[Rt-commit] rt branch, 4.2/remove-possible-custom-fields, created. rt-4.0.4-378-gf021b84

Kevin Falcone falcone at bestpractical.com
Mon Jan 23 15:47:58 EST 2012


The branch, 4.2/remove-possible-custom-fields has been created
        at  f021b84f91193545edc729b8ac0a26c2faf40000 (commit)

- Log -----------------------------------------------------------------
commit 027cfc35d02eaeb12eb502e08515ad7427ac0278
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Dec 14 16:10:32 2011 -0500

    Locale::Maketext::Fuzzy 0.11 fixes the unintended and incorrect fuzzy match

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 0a89a0e..4e63009 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -191,7 +191,7 @@ Log::Dispatch 2.23
 Sys::Syslog 0.16
 Locale::Maketext 1.06
 Locale::Maketext::Lexicon 0.32
-Locale::Maketext::Fuzzy
+Locale::Maketext::Fuzzy 0.11
 MIME::Entity 5.425
 Mail::Mailer 1.57
 Email::Address
diff --git a/t/web/mobile.t b/t/web/mobile.t
index 343164f..ee5b678 100644
--- a/t/web/mobile.t
+++ b/t/web/mobile.t
@@ -121,10 +121,7 @@ $m->submit_form(
     },
     button => 'SubmitTicket',
 );
-{
-    local $TODO = "Locale::Maketext::Fuzzy bug incorrectly fires";
-    $m->no_warnings_ok;
-}
+$m->no_warnings_ok;
 $m->content_contains( 'ticket1', 'subject' );
 $m->content_contains( 'open', 'status' );
 
@@ -154,10 +151,7 @@ $m->submit_form(
         'Object-RT::Ticket--CustomField-' . $cfbar->id . '-Value' => 'cfvalue',
     }
 );
-{
-    local $TODO = "Locale::Maketext::Fuzzy bug incorrectly fires";
-    $m->no_warnings_ok;
-}
+$m->no_warnings_ok;
 like( $m->uri, qr'/m/ticket/show', 'ticket show page' );
 $m->content_contains( 'cfbar', 'has cf name' );
 $m->content_contains( 'cfvalue', 'has cf value' );

commit f021b84f91193545edc729b8ac0a26c2faf40000
Merge: 688506d 027cfc3
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jan 20 16:08:00 2012 -0500

    Merge branch '4.2/locale-maketext-fuzzy-bump'


-----------------------------------------------------------------------


More information about the Rt-commit mailing list