[Rt-commit] r9072 - in rtir/branches/2.3-EXPERIMENTAL: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Sep 17 15:14:10 EDT 2007
Author: sartak
Date: Mon Sep 17 15:14:08 2007
New Revision: 9072
Modified:
rtir/branches/2.3-EXPERIMENTAL/ (props changed)
rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t
Log:
r42760 at onn: sartak | 2007-09-17 15:13:53 -0400
Load up the RTIR config in the test file
Modified: rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t (original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t Mon Sep 17 15:14:08 2007
@@ -19,6 +19,7 @@
RT->ConnectToDatabase;
local @INC = ('/opt/rt3/local/etc', '/opt/rt3/etc', @INC);
+ RT->Config->LoadConfig(File => "IR/RTIR_Config.pm");
$RT::Handle->InsertData('IR/initialdata');
$RT::Handle = new RT::Handle;
More information about the Rt-commit
mailing list