You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/10/20 00:59:45 UTC

cvs commit: xml-xerces/perl/t PerlErrorHandler.t

jasons      2002/10/19 15:59:45

  Modified:    perl/t   PerlErrorHandler.t
  Log:
  	* t/PerlErrorHandler.t (Repository):
  	test stopped failing
  
  Revision  Changes    Path
  1.10      +1 -1      xml-xerces/perl/t/PerlErrorHandler.t
  
  Index: PerlErrorHandler.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/PerlErrorHandler.t,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PerlErrorHandler.t	27 Aug 2002 19:29:04 -0000	1.9
  +++ PerlErrorHandler.t	19 Oct 2002 22:59:45 -0000	1.10
  @@ -176,7 +176,7 @@
     result(!defined $tmp);
   
     $tmp = $dom->setErrorHandler($error_handler2);
  -  result(defined $tmp, my $fail=1);
  +  result(defined $tmp);
   
     $dom->setValidationScheme($XML::Xerces::AbstractDOMParser::Val_Always);
     eval {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org