fix agent-specific template on "invoice view" screen and "re-email/re-print" links...
[freeside.git] / rt / lib / t / 01harness.t.in
1 #!@PERL@
2
3 use Test::More qw(no_plan);
4
5 use lib "@RT_LIB_PATH@";
6 use RT;
7 ok(RT::LoadConfig);
8 ok(RT::Init, "Basic initialization and DB connectivity");
9
10 my $test = shift @ARGV;
11 require $test;
12