Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b6d2a03f
Commit
b6d2a03f
authored
Oct 15, 2012
by
JINMEI Tatuya
Browse files
[2332] renamed a too-short test name a possibly better one
parent
d504c06c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/threads/tests/condvar_unittest.cc
View file @
b6d2a03f
...
...
@@ -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
({
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment