stas        01/11/11 20:44:35

  Modified:    perl-framework/Apache-Test/lib/Apache TestUtil.pm
  Log:
  - document the change by Ken Coar to prefix # to debug prints in t_cmp()
  
  Revision  Changes    Path
  1.14      +3 -3      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm
  
  Index: TestUtil.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- TestUtil.pm       2001/11/12 02:57:59     1.13
  +++ TestUtil.pm       2001/11/12 04:44:35     1.14
  @@ -229,9 +229,9 @@
   
   prints:
   
  -  testing : 1 == 1?
  -  expected: 1
  -  received: 1
  +  # testing : 1 == 1?
  +  # expected: 1
  +  # received: 1
   
   then it returns the result of comparison of the I<$expected> and the
   I<$received> variables. Usually, the return value of this function is
  
  
  

Reply via email to