[Rt-commit] r8210 - in rtir/branches/2.3-EXPERIMENTAL: .

thayes at bestpractical.com thayes at bestpractical.com
Wed Jul 18 14:59:41 EDT 2007


Author: thayes
Date: Wed Jul 18 14:59:39 2007
New Revision: 8210

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/t/010-bulk-reject.t

Log:
 r8334 at toth:  toth | 2007-07-18 14:59:08 -0400
 * Fixed path error in require
 


Modified: rtir/branches/2.3-EXPERIMENTAL/t/010-bulk-reject.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/010-bulk-reject.t	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/010-bulk-reject.t	Wed Jul 18 14:59:39 2007
@@ -4,7 +4,7 @@
 use warnings;
 use Test::More tests => 45;
 
-require "rtir-test.pl";
+require "t/rtir-test.pl";
 
 my $agent = default_agent();
 


More information about the Rt-commit mailing list