summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-10-27 07:14:37 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-10-27 07:14:37 +0000
commit41cb8f80ecc96764e86c05b9faae8dc4c2efbfc3 (patch)
tree15f1770c7409dae24496c5109f917c3d835d6555 /cpp/test/IceUtil/thread/RWRecMutexTest.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547 (diff)
downloadice-41cb8f80ecc96764e86c05b9faae8dc4c2efbfc3.tar.bz2
ice-41cb8f80ecc96764e86c05b9faae8dc4c2efbfc3.tar.xz
ice-41cb8f80ecc96764e86c05b9faae8dc4c2efbfc3.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547
Diffstat (limited to 'cpp/test/IceUtil/thread/RWRecMutexTest.cpp')
-rw-r--r--cpp/test/IceUtil/thread/RWRecMutexTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
index 946834a022d..738d94d7d22 100644
--- a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
@@ -853,6 +853,7 @@ RWRecMutexTest::run()
// until the thread is destroyed. t2 should not have the write
// lock.
//
+ test(!t1->failed());
test(t1->waitHasWriteLock());
test(!t2->hasWriteLock());
t1->destroy();