Change 28519 by [EMAIL PROTECTED] on 2006/07/10 00:29:02
Clear up test based on line number differences between the core and the
Test-Simple version.
Affected files ...
... //depot/perl/lib/Test/Simple/t/tbt_01basic.t#6 edit
Differences ...
==== //depot/perl/lib/Test/Simple/t/tbt_01basic.t#6 (text) ====
Index: perl/lib/Test/Simple/t/tbt_01basic.t
--- perl/lib/Test/Simple/t/tbt_01basic.t#5~28517~ 2006-07-09
13:51:48.000000000 -0700
+++ perl/lib/Test/Simple/t/tbt_01basic.t 2006-07-09 17:29:02.000000000
-0700
@@ -29,7 +29,7 @@
test_test("multiple tests");
test_out("not ok 1 - should fail");
-test_err("# Failed test ($0 at line 28)");
+test_err("# Failed test ($0 at line 35)");
test_err("# got: 'foo'");
test_err("# expected: 'bar'");
is("foo","bar","should fail");
End of Patch.