[Rt-commit] rt branch, 4.2/locale-maketext-fuzzy-bump, created. rt-4.0.4-302-g027cfc3
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 15 14:32:22 EST 2011
The branch, 4.2/locale-maketext-fuzzy-bump has been created
at 027cfc35d02eaeb12eb502e08515ad7427ac0278 (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' );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list