curcuru     01/06/29 07:51:36

  Modified:    test/java/src/org/apache/qetest/trax
                        SystemIdImpInclTest.java
  Log:
  Comment out testCase4 until we have more reliable and maintainable
  solution for pre-detecting if the http: documents are available
  and correct before attempting to test http: references
  
  Revision  Changes    Path
  1.7       +5 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/SystemIdImpInclTest.java
  
  Index: SystemIdImpInclTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/SystemIdImpInclTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SystemIdImpInclTest.java  2001/06/19 15:10:17     1.6
  +++ SystemIdImpInclTest.java  2001/06/29 14:51:34     1.7
  @@ -107,7 +107,7 @@
    * (which will require network resources available).
    *
    * @author [EMAIL PROTECTED]
  - * @version $Id: SystemIdImpInclTest.java,v 1.6 2001/06/19 15:10:17 curcuru 
Exp $
  + * @version $Id: SystemIdImpInclTest.java,v 1.7 2001/06/29 14:51:34 curcuru 
Exp $
    */
   public class SystemIdImpInclTest extends XSLProcessorTestBase
   {
  @@ -149,7 +149,7 @@
       /** Just initialize test name, comment, numTestCases. */
       public SystemIdImpInclTest()
       {
  -        numTestCases = 4;  // REPLACE_num
  +        numTestCases = 3; // Set numTestCases to 3 to skip the 4th one that 
does http:
           testName = "SystemIdImpInclTest";
           testComment = "Test behavior of imports/includes with various 
setSystemId sources";
       }
  @@ -690,6 +690,9 @@
   
       /**
        * Verify various simple Sources with http: systemIds.
  +     * Test may be commented out until we have a better way to 
  +     * maintain and check for existence and correct content of 
  +     * stylesheets on the http server.
        *
        * @return false if we should abort the test; true otherwise
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to