pauldick    2002/06/14 13:02:54

  Modified:    test/java/src/org/apache/qetest/dtm QeDtmUtils.java
  Log:
  Removed System.out.print stmts
  
  Revision  Changes    Path
  1.3       +2 -3      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- QeDtmUtils.java   14 Jun 2002 15:14:13 -0000      1.2
  +++ QeDtmUtils.java   14 Jun 2002 20:02:54 -0000      1.3
  @@ -166,12 +166,10 @@
        // Create DTM and generate initial context
        if (method == 1)
        {
  -             //System.out.print("StringReader required");
                source = new StreamSource(new StringReader(theSource));
        }
        else 
        {
  -             //System.out.print("StringReader NOT required");
                source=new StreamSource(theSource);
        }
   
  @@ -284,6 +282,7 @@
                       "\tValue=" + vq + value + vq     + "\n"
                       ); 
        }
  +     
        return buf;
   }
   
  
  
  

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

Reply via email to