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:58:37 UTC

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

jasons      2002/10/19 15:58:37

  Modified:    perl/t   DOMEntity.t
  Log:
  	* t/DOMEntity.t (Repository):
  	test stopped failing
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/perl/t/DOMEntity.t
  
  Index: DOMEntity.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOMEntity.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMEntity.t	27 Aug 2002 19:20:00 -0000	1.1
  +++ DOMEntity.t	19 Oct 2002 22:58:37 -0000	1.2
  @@ -53,6 +53,6 @@
   # get the single <element> node
   my %ents = $doctype->getEntities();
   my $fail;
  -result(exists $ents{data} && $ents{data} eq 'DATA', $fail=1);
  +result(exists $ents{data} && $ents{data} eq 'DATA');
   
   result(exists $ents{bar} && $ents{bar} eq 'BAR', $fail=1);
  
  
  

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