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 17:50:11 UTC

cvs commit: xml-xerces/perl/t DOM_Attr.t DOM_Element.t

jasons      01/10/07 08:50:11

  Modified:    perl/t   DOM_Attr.t DOM_Element.t
  Log:
  	* t/DOM_Element.t (Repository):
  	* t/DOM_Attr.t (Repository):
  	commented use blib
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xerces/perl/t/DOM_Attr.t
  
  Index: DOM_Attr.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOM_Attr.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Attr.t	2001/09/16 15:22:19	1.1
  +++ DOM_Attr.t	2001/10/07 15:50:11	1.2
  @@ -10,6 +10,7 @@
   BEGIN { $| = 1; print "1..8\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  +# use blib;
   use XML::Xerces;
   
   use lib 't';
  
  
  
  1.3       +2 -2      xml-xerces/perl/t/DOM_Element.t
  
  Index: DOM_Element.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOM_Element.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOM_Element.t	2001/10/06 23:49:39	1.2
  +++ DOM_Element.t	2001/10/07 15:50:11	1.3
  @@ -7,10 +7,10 @@
   # Change 1..1 below to 1..last_test_to_print .
   # (It may become useful if the test is moved to ./t subdirectory.)
   
  -BEGIN { $| = 1; print "1..4\n"; }
  +BEGIN { $| = 1; print "1..5\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  -use blib;
  +# use blib;
   use XML::Xerces;
   
   use lib 't';
  
  
  

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