From 0273ca4988992ec12f0aa399466da5bbe2bebbe9 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Sat, 31 May 2008 12:48:23 -0700 Subject: [PATCH] Catch failures in Test-N-current.px. --- tests/ChangeLog | 4 ++++ tests/Test-N-current.px | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 2f65fd34..3a6b8052 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2008-05-31 Micah Cowan + + * Test-N-current.px: Ensure we catch failures. + 2008-05-23 Micah Cowan * Test--spider.px: Make test expect 0 return code. diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index 47003c7e..16086ae8 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.px @@ -15,6 +15,11 @@ my $currentversion = < { @@ -24,7 +29,7 @@ my %urls = ( "Content-type" => "text/plain", "Last-Modified" => "Sat, 09 Oct 2004 08:30:00 GMT", }, - content => $currentversion, + content => $modifiedversion, }, ); -- 2.39.2