Update of /cvsroot/http-webtest/HTTP-WebTest
In directory sc8-pr-cvs1:/tmp/cvs-serv29342
Modified Files:
Changes
Log Message:
HTTP::WebTest::Plugin::HarnessReport is rewritten using
Test::Builder. As side effect now you can freely intermix
HTTP::WebTest based tests with tests written using other testing
libraries like Test::More or Test::Differences. Unfortunately this
change breaks existing test scripts which were using
HTTP::WebTest::Plugin::HarnessReport because now number of tests in
test scripts should be declared explictly with 'use Test::More plan =>
NN' or 'use Test::More qw(no_plan)'.
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** Changes 12 Dec 2002 23:25:17 -0000 1.62
--- Changes 13 Dec 2002 01:23:11 -0000 1.63
***************
*** 29,32 ****
--- 29,41 ----
schema is less confusing.
+ * HTTP::WebTest::Plugin::HarnessReport is rewritten using
+ Test::Builder. As side effect now you can freely intermix
+ HTTP::WebTest based tests with tests written using other testing
+ libraries like Test::More or Test::Differences. Unfortunately this
+ change breaks existing test scripts which were using
+ HTTP::WebTest::Plugin::HarnessReport because now number of tests in
+ test scripts should be declared explictly with 'use Test::More plan =>
+ NN' or 'use Test::More qw(no_plan)'.
+
BUG FIXES:
|