[Rt-commit] r6819 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2: lib/t/regression

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 26 10:45:40 EST 2007


Author: ruz
Date: Fri Jan 26 10:45:39 2007
New Revision: 6819

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t

Log:
 r4294 at cubic-pc (orig r6646):  falcone | 2006-12-19 00:14:12 +0300
  r15224 at ketch:  falcone | 2006-12-18 16:13:31 -0500
  * use a proper path to the bplogo.gif file
 


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/t/regression/26command_line.t	Fri Jan 26 10:45:39 2007
@@ -103,7 +103,7 @@
     # text attachment
     check_attachment("$RT::BasePath/lib/t/data/lorem-ipsum");
     # binary attachment
-    check_attachment("$RT::BasePath/html/NoAuth/images/bplogo.gif");
+    check_attachment($RT::MasonComponentRoot.'/NoAuth/images/bplogo.gif');
 
 # change a ticket's Owner
 expect_send("edit ticket/$ticket_id set owner=root", 'Changing owner...');


More information about the Rt-commit mailing list