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/04/04 01:16:39 UTC

cvs commit: xml-xalan/c/Tests/Memory Stressmem.cpp

pauldick    01/04/03 16:16:39

  Modified:    c/Tests/Memory Stressmem.cpp
  Log:
  Updated call to getTestFileNames(confDir, dirs[j],true);
  to include boolean true to use target dir name
  for filename wildcard.
  
  Revision  Changes    Path
  1.10      +1 -1      xml-xalan/c/Tests/Memory/Stressmem.cpp
  
  Index: Stressmem.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Memory/Stressmem.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Stressmem.cpp	2001/03/19 21:48:34	1.9
  +++ Stressmem.cpp	2001/04/03 23:16:39	1.10
  @@ -196,7 +196,7 @@
   
   				for(FileNameVectorType::size_type	j = 0; j < dirs.size(); ++j)
   				{
  -					const FileNameVectorType	files = f.getTestFileNames(confDir, dirs[j]);
  +					const FileNameVectorType	files = f.getTestFileNames(confDir, dirs[j],true);
   
   					for(FileNameVectorType::size_type i = 0; i < files.size(); ++i)
   					{
  
  
  

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