[freeside-commits] freeside/FS/t L10N.t, NONE, 1.1 Maketext.t, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Fri May 13 17:30:45 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv3696/FS/t
Added Files:
L10N.t Maketext.t
Log Message:
i18n, RT#12515
--- NEW FILE: Maketext.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::Maketext;
$loaded=1;
print "ok 1\n";
--- NEW FILE: L10N.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::L10N;
$loaded=1;
print "ok 1\n";
More information about the freeside-commits
mailing list