You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2002/04/02 19:40:30 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest QetestFactory.java QetestUtils.java

pauldick    02/04/02 09:40:30

  Modified:    test/java/src/org/apache/qetest QetestFactory.java
                        QetestUtils.java
  Log:
  Minor cleanup for performance test.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/test/java/src/org/apache/qetest/QetestFactory.java
  
  Index: QetestFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/QetestFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- QetestFactory.java	5 Dec 2001 19:58:08 -0000	1.1
  +++ QetestFactory.java	2 Apr 2002 17:40:29 -0000	1.2
  @@ -64,7 +64,7 @@
    * of a file-based CheckService.
    *
    * @author Shane_Curcuru@lotus.com
  - * @version $Id: QetestFactory.java,v 1.1 2001/12/05 19:58:08 curcuru Exp $
  + * @version $Id: QetestFactory.java,v 1.2 2002/04/02 17:40:29 pauldick Exp $
    */
   public abstract class QetestFactory
   {
  @@ -105,7 +105,7 @@
               try
               {
                   service = (CheckService)fClazz.newInstance();
  -                logger.logMsg(Logger.TRACEMSG, TYPE_FILES + " is " + service);
  +                //logger.logMsg(Logger.TRACEMSG, TYPE_FILES + " is " + service);
               } 
               catch (Exception e)
               {
  
  
  
  1.12      +3 -2      xml-xalan/test/java/src/org/apache/qetest/QetestUtils.java
  
  Index: QetestUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/QetestUtils.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- QetestUtils.java	25 Jan 2002 23:45:35 -0000	1.11
  +++ QetestUtils.java	2 Apr 2002 17:40:29 -0000	1.12
  @@ -70,7 +70,7 @@
    * line with a full or partial classname (in the org.apache.qetest 
    * area, obviously) and we'll load and execute that class instead.
    * @author shane_curcuru@lotus.com
  - * @version $Id: QetestUtils.java,v 1.11 2002/01/25 23:45:35 curcuru Exp $
  + * @version $Id: QetestUtils.java,v 1.12 2002/04/02 17:40:29 pauldick Exp $
    */
   public abstract class QetestUtils
   {
  @@ -269,7 +269,8 @@
       {
           java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("MMddHHmm");
           if (null != baseId)
  -            return formatter.format(new java.util.Date())+ ";" + baseId;
  +            //return formatter.format(new java.util.Date())+ ";" + baseId;
  +            return baseId + ":" + formatter.format(new java.util.Date());
           else
               return formatter.format(new java.util.Date());
       }
  
  
  

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