X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fapi%2Fi18n.t;fp=rt%2Ft%2Fapi%2Fi18n.t;h=831532b904ebe1a69e362e53c5357ec71723cdcf;hb=6587f6ba7d047ddc1686c080090afe7d53365bd4;hp=17d71b76109016bc2566e85f1040b8cb321a9ae8;hpb=47153aae5c2fc00316654e7277fccd45f72ff611;p=freeside.git diff --git a/rt/t/api/i18n.t b/rt/t/api/i18n.t index 17d71b761..831532b90 100644 --- a/rt/t/api/i18n.t +++ b/rt/t/api/i18n.t @@ -2,7 +2,7 @@ use strict; use warnings; use RT; -use RT::Test tests => 9; +use RT::Test nodb => 1, tests => 9; { @@ -27,4 +27,3 @@ is($en->encoding , 'utf-8', "The encoding ".$en->encoding." is 'utf-8'"); } -1;