pauldick 01/12/13 12:26:11 Modified: c/Tests/PerfT perft.cpp Log: Updated call to getParams Revision Changes Path 1.11 +2 -2 xml-xalan/c/Tests/PerfT/perft.cpp Index: perft.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/Tests/PerfT/perft.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perft.cpp 2001/12/12 21:27:56 1.10 +++ perft.cpp 2001/12/13 20:26:11 1.11 @@ -166,13 +166,13 @@ // Set the program help string, then get the command line parameters. // setHelp(); - + bool setGold = false; { const XalanDOMString processorType(XALAN_STATIC_UCODE_STRING("XalanC")); long iterCount; // Default number of iterations bool skip = true; // Default will skip long tests - if (h.getParams(argc, argv, "PERFT-RESULTS") == true) + if (h.getParams(argc, argv, "PERFT-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]