[Cppunit-devel] patch for Linux
Brought to you by:
blep
From: Lavoie P. <la...@yu...> - 2002-05-07 16:22:23
|
Hi, here is a small patch under linux (and I suspect Windows too) Index: src/DllPlugInTester/DllPlugInTester.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit/src/DllPlugInTester/DllPlugInTester.cpp,v retrieving revision 1.6 diff -r1.6 DllPlugInTester.cpp 232c232 < if ( parser.askBeforeExit() ) --- > if ( parser.waitBeforeExit() ) Have fun Phil |