[Http-webtest-commits] HTTP-WebTest Changes,1.59,1.60
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-12-12 21:43:22
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory sc8-pr-cvs1:/tmp/cvs-serv19282 Modified Files: Changes Log Message: Move self-test suite support code into module HTTP::WebTest::SelfTest to allow reusing it in self-test suites for plugins maintained outside of HTTP-WebTest Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** Changes 18 Nov 2002 08:43:53 -0000 1.59 --- Changes 12 Dec 2002 21:43:13 -0000 1.60 *************** *** 16,19 **** --- 16,23 ---- timeout settings while running test sequence. + * Moved self-test suite support code into module + HTTP::WebTest::SelfTest to allow reusing it in self-test suites for + plugins maintained outside of HTTP-WebTest. + INCOMPATIBILITIES: |