[Rt-commit] r18085 - in rt/3.999/branches/merge_to_3.8.2: t/web

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 23:23:39 EST 2009


Author: sunnavy
Date: Thu Jan 29 23:23:37 2009
New Revision: 18085

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/t/web/query_builder.t

Log:
 r19344 at sunnavys-mb:  sunnavy | 2009-01-30 10:16:14 +0800
 merged t/web/query_builder.t


Modified: rt/3.999/branches/merge_to_3.8.2/t/web/query_builder.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/web/query_builder.t	(original)
+++ rt/3.999/branches/merge_to_3.8.2/t/web/query_builder.t	Thu Jan 29 23:23:37 2009
@@ -216,12 +216,13 @@
     ok( $response->is_success, "Fetched " . $url."Search/Build.html" );
 
     ok($agent->form_name('build_query'), "found the form once");
-    #$agent->field("ValueOf'CF.{\321\202}'", "\321\201");
+    $agent->field("ValueOf'CF.{\x{442}}'", "\x{441}");
+    
     $agent->submit();
 TODO: {
    local $TODO = "4.0 custom fields with non-ascii names currently explode. note sure why.";
     is( get_query_from_form,
-        "'CF.{\321\202}' LIKE '\321\201'",
+        "'CF.{\x{442}}' LIKE '\x{441}'",
         "no changes, no duplicate condition with badly encoded text"
     );
 


More information about the Rt-commit mailing list