You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2015/10/11 12:27:43 UTC

svn commit: r1707961 - /httpd/test/framework/trunk/README

Author: rjung
Date: Sun Oct 11 10:27:43 2015
New Revision: 1707961

URL: http://svn.apache.org/viewvc?rev=1707961&view=rev
Log:
Update README.

IMHO no need to track history in file.

Clarify we only need Protocol::HTTP2::Client
not Protocol::HTTP2 for testing mod_http2
and remove reference to trunk and mod_h2.

Maybe we can get Bundle::ApacheTest checked
and updated.

Modified:
    httpd/test/framework/trunk/README

Modified: httpd/test/framework/trunk/README
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/README?rev=1707961&r1=1707960&r2=1707961&view=diff
==============================================================================
--- httpd/test/framework/trunk/README (original)
+++ httpd/test/framework/trunk/README Sun Oct 11 10:27:43 2015
@@ -18,14 +18,19 @@ http://perl.apache.org/docs/general/test
  or
 http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
 
-(Update 2015-07-14: to run the tests for all modules, it is advisable to have 
- up-to-date versions of the following perl modules: Test::Harness, Crypt::SSLeay, 
- Net::SSLeay, IO::Socket::SSL, LWP::Protocol::https, HTTP::DAV, and
- DateTime.
- Update 2015-07-17: the mod_h2 (HTTP/2) test cases make use of the CPAN
- modules Protocol::HTTP2 and AnyEvent. That is only needed in trunk at the
- moment...
-)
+To run the tests for all modules, it is advisable to have 
+up-to-date versions of the following perl modules installed:
+- Test::Harness
+- Crypt::SSLeay
+- Net::SSLeay
+- IO::Socket::SSL
+- LWP::Protocol::https
+- HTTP::DAV
+- DateTime
+
+The mod_http2 (HTTP/2) tests also need:
+- Protocol::HTTP2::Client
+- AnyEvent
 
 Quick Start 
 -----------