Author: joes
Date: Sat Feb 12 19:36:04 2005
New Revision: 153593
URL: http://svn.apache.org/viewcvs?view=rev&rev=153593
Log:
Replace CuTest-based tests with custom TAP-compliant framework.
This is a straight port of trunk's r153577 to branches/multi-env-unstable.
Modified:
httpd/apreq/branches/multi-env-unstable/README
Modified: httpd/apreq/branches/multi-env-unstable/README
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/README?view=diff&r1=153592&r2=153593
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/README (original)
+++ httpd/apreq/branches/multi-env-unstable/README Sat Feb 12 19:36:04 2005
@@ -112,10 +112,9 @@
We wish to acknowledge the following copyrighted works that
make up portions of the Apache software:
- libapreq version 2 relies heavily on the use of GNU autoconf,
- automake and libtool to provide a build environment. The core
- unit tests for libapreq are based upon CuTest. The environment
- and perl glue tests are based on Apache::Test.
+ libapreq2 relies heavily on the use of the GNU auto-tools
+ to provide a build environment. The tests are based on
+ the Apache::Test, Test::Harness and Test::Inline.
- Doxygen generates the documentation for libapreq-2. The perl glue
+ Doxygen generates the documentation for libapreq2. The perl glue
and pods are generated by ExtUtils::XSBuilder.