diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-05-07 20:55:07 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-05-07 20:55:07 +0000 |
| commit | 2159f78d59e9cedede0ef5b51d4f37dd1b3489b9 (patch) | |
| tree | ae1221db5b6ed1891890f77e06f18dc5d4215cdc /src/DllPlugInTester/DllPlugInTester.cpp | |
| parent | 8167f9cbc23ba04493a4356e597e46424f1756b1 (diff) | |
| download | cppunit-2159f78d59e9cedede0ef5b51d4f37dd1b3489b9.tar.gz | |
Src/DllPlugInTester/CommandLineParser.
src/DllPlugInTester/CommandLineParser.cpp: fixed compilation issue.
* src/msvc6/TestRunner/ActiveTest.h:
* src/msvc6/TestRunner/ActiveTest.cpp: reindented. bugfix: thread handle
resource leak (bug #553424).
Diffstat (limited to 'src/DllPlugInTester/DllPlugInTester.cpp')
| -rw-r--r-- | src/DllPlugInTester/DllPlugInTester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DllPlugInTester/DllPlugInTester.cpp b/src/DllPlugInTester/DllPlugInTester.cpp index 26566c5..1331e4c 100644 --- a/src/DllPlugInTester/DllPlugInTester.cpp +++ b/src/DllPlugInTester/DllPlugInTester.cpp @@ -229,7 +229,7 @@ main( int argc, << e.what() << std::endl; } - if ( parser.askBeforeExit() ) + if ( parser.waitBeforeExit() ) { std::cout << "Please press <RETURN> to exit" << std::endl; std::cin.get(); |
