stas 2003/01/31 23:13:22
Modified: perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: a few pod fixes from Rob Nagler Revision Changes Path 1.17 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm Index: TestSmoke.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- TestSmoke.pm 14 May 2002 23:44:22 -0000 1.16 +++ TestSmoke.pm 1 Feb 2003 07:13:22 -0000 1.17 @@ -516,12 +516,12 @@ =head2 The Solution -To reduce the possibility of such dependency errors, it's important to +To reduce the possibility of such dependency errors, it's helpful to run random testing repeated many times with many different srand seeds. Of course if no failures get spotted that doesn't mean that there are no tests inter-dependencies, which may cause a failure in production. But random testing definitely helps to spot many problems -and gives better test coverage. +and can give better test coverage. =head2 Resolving Sequence Problems
