[Rt-commit] r18805 - rt/3.999/trunk/t/i18n

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Mar 15 22:25:40 EDT 2009


Author: sunnavy
Date: Sun Mar 15 22:25:39 2009
New Revision: 18805

Modified:
   rt/3.999/trunk/t/i18n/default.t

Log:
fixed t/i18n/default for the l10n stuff

Modified: rt/3.999/trunk/t/i18n/default.t
==============================================================================
--- rt/3.999/trunk/t/i18n/default.t	(original)
+++ rt/3.999/trunk/t/i18n/default.t	Sun Mar 15 22:25:39 2009
@@ -2,8 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 8;
-use RT::Test;
+use RT::Test tests => 8, l10n => 1;
 
 my ($baseurl, $m) = RT::Test->started_ok;
 $m->get_ok('/');


More information about the Rt-commit mailing list