You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mc...@apache.org on 2005/07/25 16:25:02 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/dtm QeDtmUtils.java

mcnamara    2005/07/25 07:25:02

  Modified:    test/java/src/org/apache/qetest/dtm QeDtmUtils.java
  Log:
  Fix location of .xml input files so that the testcases (TimeDTMIterDeep, TimeDTMTravDeep ) will run.
  
  Revision  Changes    Path
  1.8       +4 -4      xml-xalan/test/java/src/org/apache/qetest/dtm/QeDtmUtils.java
  
  Index: QeDtmUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/QeDtmUtils.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- QeDtmUtils.java	17 Feb 2004 17:29:04 -0000	1.7
  +++ QeDtmUtils.java	25 Jul 2005 14:25:02 -0000	1.8
  @@ -52,8 +52,8 @@
   /** Subdirectory under test\tests\api for our xsl/xml files.  */
   public static final String DTM_SUBDIR = "dtm";
   public static final String DTM_Prefix = "DTM_";
  -public static final String deepFile = "/tests/perf/xtestdata/elem10kdeep.xml";
  -public static final String flatFile = "/tests/perf/xtestdata/words-repeat.xml";
  +public static final String deepFile = "./tests/perf/xtestdata/elem10kdeep.xml";
  +public static final String flatFile = "./tests/perf/xtestdata/words-repeat.xml";
   
   
   public static final String defaultSource=
  
  
  

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