import rt 2.0.14
[freeside.git] / rt / lib / RT / TestHarness.pm
1 use lib "/opt/rt2/etc/";
2
3 use RT::Interface::CLI  qw(CleanEnv LoadConfig DBConnect 
4                            GetCurrentUser GetMessageContent);
5
6 #Clean out all the nasties from the environment
7 CleanEnv();
8
9 #Load etc/config.pm and drop privs
10 LoadConfig();
11
12
13 use RT;
14 RT::Init;