summaryrefslogtreecommitdiff
path: root/rt/lib/RT/TestHarness.pm
blob: 160e9e6360abbdc4d4bce87e1081564e87191750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use lib "/opt/rt2/etc/";

use RT::Interface::CLI  qw(CleanEnv LoadConfig DBConnect 
			   GetCurrentUser GetMessageContent);

#Clean out all the nasties from the environment
CleanEnv();

#Load etc/config.pm and drop privs
LoadConfig();


use RT;
RT::Init;