[Bps-public-commit] r16164 - sd/trunk/lib/App/SD

jesse at bestpractical.com jesse at bestpractical.com
Tue Sep 30 09:53:33 EDT 2008


Author: jesse
Date: Tue Sep 30 09:53:32 2008
New Revision: 16164

Modified:
   sd/trunk/lib/App/SD/Test.pm

Log:
* Work around test suite bogosity requiring an ENV{'EMAIL'}

Modified: sd/trunk/lib/App/SD/Test.pm
==============================================================================
--- sd/trunk/lib/App/SD/Test.pm	(original)
+++ sd/trunk/lib/App/SD/Test.pm	Tue Sep 30 09:53:32 2008
@@ -9,7 +9,7 @@
 use Cwd qw/getcwd/;
 use base qw/Exporter/;
 our @EXPORT = qw(create_ticket_ok create_ticket_comment_ok get_uuid_for_luid get_luid_for_uuid);
-
+$ENV{'EMAIL'} = "someone\@example.com";
 $ENV{'PROPHET_APP_CONFIG'} = "t/prophet_testing.conf";
 
 =head2 create_ticket_ok ARGS



More information about the Bps-public-commit mailing list