diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-10-27 07:14:37 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-10-27 07:14:37 +0000 |
commit | 41cb8f80ecc96764e86c05b9faae8dc4c2efbfc3 (patch) | |
tree | 15f1770c7409dae24496c5109f917c3d835d6555 /cpp/test/IceUtil/thread/RWRecMutexTest.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547 (diff) | |
download | ice-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.cpp | 1 |
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(); |