randyk      2004/07/09 14:29:11

  Modified:    t/preconnection note.t
  Log:
  swap order of args to t_cmp in t/preconnection tests to use new
  ($received, $expected, $comment) syntax.
  
  Revision  Changes    Path
  1.4       +1 -1      modperl-2.0/t/preconnection/note.t
  
  Index: note.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/preconnection/note.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- note.t    13 May 2003 01:06:46 -0000      1.3
  +++ note.t    9 Jul 2004 21:29:11 -0000       1.4
  @@ -15,6 +15,6 @@
   plan tests => 1;
   
   ok t_cmp(
  -    $remote_addr,
       GET_BODY_ASSERT($location),
  +    $remote_addr,
       "connection notes");
  
  
  

Reply via email to