From: JINMEI Tatuya Date: Mon, 15 Oct 2012 18:17:21 +0000 (-0700) Subject: [2332] renamed a too-short test name a possibly better one X-Git-Tag: trac2402_base~19^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6d2a03ff5dfc0b1269e69e44defb2999e8a5d33;p=thirdparty%2Fkea.git [2332] renamed a too-short test name a possibly better one --- diff --git a/src/lib/util/threads/tests/condvar_unittest.cc b/src/lib/util/threads/tests/condvar_unittest.cc index bd9adbf0e0..57cc5d6d5a 100644 --- a/src/lib/util/threads/tests/condvar_unittest.cc +++ b/src/lib/util/threads/tests/condvar_unittest.cc @@ -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({