pauldick    01/08/02 14:09:23

  Modified:    c/Tests/Extensions extensions.cpp
  Log:
  Updated how the gold dir is derived, and the name of test directory
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xalan/c/Tests/Extensions/extensions.cpp
  
  Index: extensions.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Extensions/extensions.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- extensions.cpp    2001/07/20 21:32:15     1.4
  +++ extensions.cpp    2001/08/02 21:09:23     1.5
  @@ -96,7 +96,7 @@
   // GLOBAL VARIABLES...
   FileUtility                          futil;
   XalanDOMString                       baseDir, outputRoot, goldRoot;  // 
These are set by the getParams routine.
  -const XalanDOMString testDir("cextension");
  +const XalanDOMString testDir("extensions");
   const XalanDOMString theNamespace("http://xml.apache.org/xalan";);
   
   
  @@ -199,7 +199,7 @@
        if (fsetGold)
        {
                goldRoot = baseDir;
  -             append(goldRoot,XalanDOMString("\\xout"));
  +             append(goldRoot,XalanDOMString("-gold"));
                futil.checkAndCreateDir(goldRoot);
                append(goldRoot,pathSep);
        }
  
  
  

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

Reply via email to