[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/perl/t URLInputSource.t
From:       jasons () apache ! org
Date:       2001-03-26 19:52:08
[Download RAW message or body]

jasons      01/03/26 11:52:08

  Modified:    perl/t   URLInputSource.t
  Log:
  	* t/URLInputSource.t (Repository):
  	minor prettying up of code
  
  Revision  Changes    Path
  1.5       +2 -5      xml-xerces/perl/t/URLInputSource.t
  
  Index: URLInputSource.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/URLInputSource.t,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- URLInputSource.t	2001/03/16 16:37:37	1.4
  +++ URLInputSource.t	2001/03/26 19:52:06	1.5
  @@ -29,10 +29,7 @@
   # (correspondingly "not ok 13") depending on the success of chunk 13
   # of the test code):
   
  -$DOM->parse(  new XML::Xerces::URLInputSource( new \
XML::Xerces::XMLURL("file://$PERSONAL_FILE_NAME") )  );  +my $URL = \
"file:$PERSONAL_FILE_NAME";  \
+$DOM->parse(XML::Xerces::URLInputSource->new(XML::Xerces::XMLURL->new($URL)));  my \
$serialize = $DOM->getDocument->serialize;  result($serialize eq $PERSONAL, $i), \
                $i++;
  -
  -
  -
  -
  
  
  

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic