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=33beebf4cb42eba3e1dd868ad5e0af102de961da;hp=17d71b76109016bc2566e85f1040b8cb321a9ae8;hpb=7ac86daf67b0a95153b736d5811f9050363f6553;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;