stas        02/01/22 21:44:25

  Modified:    src/docs/2.0/devel/testing testing.pod
  Log:
  - reorganize the description section to have the first para describe what
  the document is about. This is presented on the index page.
  - remove pod markup from the NAME section, it cannot be used there.
  
  Revision  Changes    Path
  1.8       +9 -9      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- testing.pod       21 Jan 2002 04:18:13 -0000      1.7
  +++ testing.pod       23 Jan 2002 05:44:25 -0000      1.8
  @@ -1,8 +1,13 @@
   =head1 NAME
   
  -Running and Developing Tests with the C<Apache::Test> Framework
  +Running and Developing Tests with the Apache::Test Framework
   
  -=head1 Introduction
  +=head1 DESCRIPTION
  +
  +The C<Apache::Test> framework was designed for creating test suits for
  +products running on Apache httpd webserver (not necessarily
  +mod_perl). Originally designed for the mod_perl Apache module, it was
  +extended to be used for any Apache module.
   
   This chapter is talking about the C<Apache::Test> framework, and in
   particular explains how to:
  @@ -19,12 +24,7 @@
   
   But first let's introduce the C<Apache::Test> framework.
   
  -The C<Apache::Test> framework is designed for easy writing of tests
  -that has to be run under Apache webserver (not necessarily
  -mod_perl). Originally designed for the mod_perl Apache module, it was
  -extended to be used for any Apache module.
  -
  -The tests themselves are written in Perl, and the framework will provide an
  +The tests themselves are written in Perl. The framework provides an
   extensive functionality which makes the tests writing a simple and
   therefore enjoyable process.
   
  @@ -408,7 +408,7 @@
   
   =back
   
  -=head3 Apache::TestSmoke Solution
  +=head3 C<Apache::TestSmoke> Solution
   
   C<Apache::TestSmoke> attempts to solve both problems. When it's run,
   at the end of each iteration it reports the minimal sequence of tests
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to