[Rt-commit] r15910 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Sep 11 04:41:48 EDT 2008
Author: sartak
Date: Thu Sep 11 04:41:44 2008
New Revision: 15910
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/lib/RT/Test.pm
Log:
r71637 at onn: sartak | 2008-09-11 04:40:37 -0400
Have the test web server stash warnings
Modified: rt/3.8/trunk/lib/RT/Test.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Test.pm (original)
+++ rt/3.8/trunk/lib/RT/Test.pm Thu Sep 11 04:41:44 2008
@@ -116,11 +116,12 @@
};
use RT::Interface::Web::Standalone;
-use Test::HTTP::Server::Simple;
+use Test::HTTP::Server::Simple::StashWarnings;
use Test::WWW::Mechanize;
use File::Path 'mkpath';
-unshift @RT::Interface::Web::Standalone::ISA, 'Test::HTTP::Server::Simple';
+unshift @RT::Interface::Web::Standalone::ISA, 'Test::HTTP::Server::Simple::StashWarnings';
+sub RT::Interface::Web::Standalone::test_warning_path { "/__test_warnings" }
my @server;
More information about the Rt-commit
mailing list