[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-718-g045a925

Jesse Vincent jesse at bestpractical.com
Tue Sep 7 12:58:48 EDT 2010


The branch, 3.9-trunk has been updated
       via  045a925421a6f8fdddc915deadddb8eb6d20a4e9 (commit)
      from  96acb1b150afc409a9cc94df664faf7ed795ff09 (commit)

Summary of changes:
 t/i18n/default.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 045a925421a6f8fdddc915deadddb8eb6d20a4e9
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 7 13:00:54 2010 -0400

    t/i18n/default.t now requires initialdata.
    
    clkao didn't run tests before he commited.

diff --git a/t/i18n/default.t b/t/i18n/default.t
index cc6f136..747e9f4 100644
--- a/t/i18n/default.t
+++ b/t/i18n/default.t
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use RT::Test noinitialdata => 1, tests => 8;
+use RT::Test noinitialdata => 0, tests => 8;
 
 my ($baseurl, $m) = RT::Test->started_ok;
 $m->get_ok('/');

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


More information about the Rt-commit mailing list