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 2001/10/07 01:42:39 UTC

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

jasons      01/10/06 16:42:39

  Modified:    perl/t   DOMException.t
  Log:
  	* t/DOMException.t (Repository):
  	No longer needed fake system id
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/perl/t/DOMException.t
  
  Index: DOMException.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOMException.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOMException.t	2001/07/09 15:27:54	1.2
  +++ DOMException.t	2001/10/06 23:42:39	1.3
  @@ -75,7 +75,7 @@
   my $DOM1 = new XML::Xerces::DOMParser;
   my $ERROR_HANDLER = XML::Xerces::PerlErrorHandler->new();
   $DOM1->setErrorHandler($ERROR_HANDLER);
  -$DOM1->parse(XML::Xerces::MemBufInputSource->new($document, 'foo'));
  +$DOM1->parse(XML::Xerces::MemBufInputSource->new($document));
   
   my $DOM2 = new XML::Xerces::DOMParser;
   $DOM2->setErrorHandler($ERROR_HANDLER);
  
  
  

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