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 2001/08/02 23:08:50 UTC

cvs commit: xml-xalan/c/Tests/Compare compare.cpp

pauldick    01/08/02 14:08:50

  Modified:    c/Tests/Compare compare.cpp
  Log:
  Updated how the gold dir is derived
  
  Revision  Changes    Path
  1.7       +1 -1      xml-xalan/c/Tests/Compare/compare.cpp
  
  Index: compare.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Compare/compare.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- compare.cpp	2001/07/13 20:46:14	1.6
  +++ compare.cpp	2001/08/02 21:08:50	1.7
  @@ -199,7 +199,7 @@
   	if (fsetGold)
   	{
   		goldRoot = baseDir;
  -		append(goldRoot,XalanDOMString("\\xout"));
  +		append(goldRoot,XalanDOMString("-gold"));
   		f.checkAndCreateDir(goldRoot);
   		append(goldRoot,pathSep);
   	}
  
  
  

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