summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/TestSuite.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-05-04 01:25:58 +0000
committerBernard Normier <bernard@zeroc.com>2007-05-04 01:25:58 +0000
commita02593951bbc718890f979e890763799f23309eb (patch)
tree633865d57eefde76d87e2529e8cb62acacc70411 /cppe/test/IceE/thread/TestSuite.cpp
parentenable optimize (diff)
downloadice-a02593951bbc718890f979e890763799f23309eb.tar.bz2
ice-a02593951bbc718890f979e890763799f23309eb.tar.xz
ice-a02593951bbc718890f979e890763799f23309eb.zip
Fixed bug #2163
Diffstat (limited to 'cppe/test/IceE/thread/TestSuite.cpp')
-rw-r--r--cppe/test/IceE/thread/TestSuite.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/test/IceE/thread/TestSuite.cpp b/cppe/test/IceE/thread/TestSuite.cpp
index 6bd3778abf4..0abc507ae16 100644
--- a/cppe/test/IceE/thread/TestSuite.cpp
+++ b/cppe/test/IceE/thread/TestSuite.cpp
@@ -10,7 +10,6 @@
#include <TestSuite.h>
#include <MutexTest.h>
#include <RecMutexTest.h>
-#include <RWRecMutexTest.h>
#include <StaticMutexTest.h>
#include <CreateTest.h>
#include <AliveTest.h>
@@ -28,7 +27,6 @@ initializeTestSuite()
allTests.push_back(new CreateTest);
allTests.push_back(new AliveTest);
allTests.push_back(new RecMutexTest);
- allTests.push_back(new RWRecMutexTest);
allTests.push_back(new StaticMutexTest);
allTests.push_back(new MonitorMutexTest);
allTests.push_back(new MonitorRecMutexTest);