[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-730-g9f42787
Chia-liang Kao
clkao at bestpractical.com
Tue Sep 7 20:27:30 EDT 2010
The branch, 3.9-trunk has been updated
via 9f4278755587a2c3bf8ff9fa68997c050d424d00 (commit)
from aaec9e415ea485d2c778813e6a791287b5facae1 (commit)
Summary of changes:
t/i18n/default.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9f4278755587a2c3bf8ff9fa68997c050d424d00
Author: Chia-liang Kao <clkao at bestpractical.com>
Date: Wed Sep 8 08:30:09 2010 +0800
mark i18n/default nodata
diff --git a/t/i18n/default.t b/t/i18n/default.t
index 747e9f4..b8c6d78 100644
--- a/t/i18n/default.t
+++ b/t/i18n/default.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use RT::Test noinitialdata => 0, tests => 8;
+use RT::Test nodata => 1, tests => 8;
my ($baseurl, $m) = RT::Test->started_ok;
$m->get_ok('/');
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list