[Http-webtest-commits] HTTP-WebTest-Plugin-XMLReport Changes,1.2,1.3
Brought to you by:
m_ilya,
richardanderson
From: Johannes la P. <joe...@us...> - 2003-01-06 12:25:05
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-XMLReport In directory sc8-pr-cvs1:/tmp/cvs-serv2333 Modified Files: Changes Log Message: Replaced Test::More by Test (fix spurious failure with SelfTest), added time zone to date string Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-XMLReport/Changes,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Changes 2 Jan 2003 16:52:16 -0000 1.2 --- Changes 6 Jan 2003 12:25:02 -0000 1.3 *************** *** 1,4 **** --- 1,9 ---- Revision history for Perl extension XMLReport. + 1.01 Mon Jan 6 13:18:47 CET 2003 + - use Test instead of Test::More + - fixes spurious fails with SelfTest + - date string conforms RFC822 (with Time Zone offset) + 1.00 Thu Jan 2 17:44:33 CET 2003 - removed XML::Parser from tests *************** *** 18,20 **** - original version; created by h2xs 1.19 - $ Log: $ --- 23,24 ---- |