]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2332] renamed a too-short test name a possibly better one
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 15 Oct 2012 18:17:21 +0000 (11:17 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 15 Oct 2012 18:17:21 +0000 (11:17 -0700)
src/lib/util/threads/tests/condvar_unittest.cc

index bd9adbf0e07310e9c6f6377f082f67f7ec2cebbc..57cc5d6d5a32ca5816e5c1bdfbd24e68ed8c440f 100644 (file)
@@ -137,7 +137,7 @@ signalAndWait(CondVar* condvar, Mutex* mutex) {
     condvar->wait(*mutex);
 }
 
-TEST_F(CondVarTest, bad) {
+TEST_F(CondVarTest, destroyWhileWait) {
     // We'll destroy a CondVar object while the thread is still waiting
     // on it.  This will trigger an assertion failure.
     EXPECT_DEATH_IF_SUPPORTED({