[Rt-commit] r13775 - in rt/3.8/trunk: t/mail

spang at bestpractical.com spang at bestpractical.com
Thu Jul 3 15:34:18 EDT 2008


Author: spang
Date: Thu Jul  3 15:34:17 2008
New Revision: 13775

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/t/mail/sendmail.t

Log:
 r43572 at loki:  spang | 2008-07-03 12:29:19 +0100
 don't break t/mail/sendmail.t


Modified: rt/3.8/trunk/t/mail/sendmail.t
==============================================================================
--- rt/3.8/trunk/t/mail/sendmail.t	(original)
+++ rt/3.8/trunk/t/mail/sendmail.t	Thu Jul  3 15:34:17 2008
@@ -156,7 +156,7 @@
 # create an iso 8859-1 ticket
 @scrips_fired = ();
 
- $content =  RT::Test->file_content($test_email);
+ $content =  RT::Test->file_content($iso_8859_1_ticket_email);
 # be as much like the mail gateway as possible.
 use RT::Interface::Email;
                                   


More information about the Rt-commit mailing list