pauldick    01/12/12 13:24:58

  Modified:    c/Tests/Errortests Errortests.cpp
  Log:
  Updated getParams to take the expected name of the output dir
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/Tests/Errortests/Errortests.cpp
  
  Index: Errortests.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Errortests/Errortests.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Errortests.cpp    2001/12/07 20:18:45     1.4
  +++ Errortests.cpp    2001/12/12 21:24:57     1.5
  @@ -149,7 +149,7 @@
                // Set the program help string,  then get the command line 
parameters.
                //
                setHelp();
  -             if (h.getParams(argc, argv) == true)
  +             if (h.getParams(argc, argv, "ERR-RESULTS") == true)
                {
                        //
                        // Call the static initializers for xerces and xalan, 
and create a transformer
  
  
  

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

Reply via email to