Title: [opsview] [9630] Fix strange test failure from updated perl modules
- Revision
- 9630
- Author
- tvoon
- Date
- 2012-07-27 00:16:20 +0100 (Fri, 27 Jul 2012)
Log Message
Fix strange test failure from updated perl modules
Modified Paths
Modified: trunk/opsview-web/t/tests/Test/Opsview/Web/Sharednotificationprofiles.pm
===================================================================
--- trunk/opsview-web/t/tests/Test/Opsview/Web/Sharednotificationprofiles.pm 2012-07-26 16:51:37 UTC (rev 9629)
+++ trunk/opsview-web/t/tests/Test/Opsview/Web/Sharednotificationprofiles.pm 2012-07-26 23:16:20 UTC (rev 9630)
@@ -15,7 +15,8 @@
my $self = shift;
my $mech = $self->{mech};
- $mech->max_redirect(0);
+ # This must not be set, otherwise get strange behaviour
+ #$mech->max_redirect(0);
$mech->get_ok( '/' );
$mech->follow_link_ok( { text => 'Shared Notification Profiles' } );
_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins