stas 02/01/22 21:50:54 Modified: src/docs/2.0/devel/testing testing.pod Log: - fix titles Revision Changes Path 1.9 +2 -4 modperl-docs/src/docs/2.0/devel/testing/testing.pod Index: testing.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/testing/testing.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- testing.pod 23 Jan 2002 05:44:25 -0000 1.8 +++ testing.pod 23 Jan 2002 05:50:54 -0000 1.9 @@ -2,7 +2,7 @@ Running and Developing Tests with the Apache::Test Framework -=head1 DESCRIPTION +=head1 Description The C<Apache::Test> framework was designed for creating test suits for products running on Apache httpd webserver (not necessarily @@ -22,7 +22,7 @@ =back -But first let's introduce the C<Apache::Test> framework. +=head1 Basics of Perl Modules Testing The tests themselves are written in Perl. The framework provides an extensive functionality which makes the tests writing a simple and @@ -55,8 +55,6 @@ critical for the usefulness of the test. Once you test that you cannot proceed with the tests and it's not a must pass test, you just skip it. - -=head2 Verbose Testing By default print() statements in the test script are filtered out by C<Test::Harness>. if you want the test to print what it does (if you
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]