[Rt-commit] r6646 - in rt/branches/3.6-RELEASE: .

falcone at bestpractical.com falcone at bestpractical.com
Mon Dec 18 16:14:13 EST 2006


Author: falcone
Date: Mon Dec 18 16:14:12 2006
New Revision: 6646

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t

Log:
 r15224 at ketch:  falcone | 2006-12-18 16:13:31 -0500
 * use a proper path to the bplogo.gif file


Modified: rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t	Mon Dec 18 16:14:12 2006
@@ -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