pauldick    01/12/13 12:24:18

  Modified:    c/Tests/Errortests Errortests.cpp
  Log:
  Updated call to getParams
  
  Revision  Changes    Path
  1.6       +2 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Errortests.cpp    2001/12/12 21:24:57     1.5
  +++ Errortests.cpp    2001/12/13 20:24:18     1.6
  @@ -145,11 +145,12 @@
   
        {
                int theResult;  
  +             bool setGold = false;
   
                // Set the program help string,  then get the command line 
parameters.
                //
                setHelp();
  -             if (h.getParams(argc, argv, "ERR-RESULTS") == true)
  +             if (h.getParams(argc, argv, "ERR-RESULTS", setGold) == 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