[Rt-commit] r9068 - rtir/branches/2.3-EXPERIMENTAL/t
ruz at bestpractical.com
ruz at bestpractical.com
Sat Sep 15 20:23:39 EDT 2007
Author: ruz
Date: Sat Sep 15 20:23:39 2007
New Revision: 9068
Modified:
rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t
Log:
* cheat all the way, we want this test to work, first of all load RT::Test
with 'import' and only then load t/rtir_test.pl so it will pickup hacked
config.
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 Sat Sep 15 20:23:39 2007
@@ -6,8 +6,9 @@
use Test::More tests => 46;
use File::Temp qw(tempdir);
-require "t/rtir-test.pl";
+use lib qw(/opt/rt3/local/lib /opt/rt3/lib);
require RT::Test; import RT::Test;
+require "t/rtir-test.pl";
{
$RT::Handle->InsertSchema(undef, '/opt/rt3/local/etc/FM');
More information about the Rt-commit
mailing list