Skip to content
GitLab
Menu
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
59ca6232
Commit
59ca6232
authored
Oct 17, 2012
by
JINMEI Tatuya
Browse files
[2205] tried to improve what() message of some test exceptions
parent
f34ff8e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/tests/test_datasrc_clients_mgr.h
View file @
59ca6232
...
...
@@ -172,9 +172,11 @@ public:
case
FakeDataSrcClientsBuilder
::
NOTHROW
:
break
;
case
FakeDataSrcClientsBuilder
::
THROW_UNCAUGHT_EX
:
isc_throw
(
util
::
thread
::
Thread
::
UncaughtException
,
"for test"
);
isc_throw
(
util
::
thread
::
Thread
::
UncaughtException
,
"TestThread wait() saw an exception"
);
case
FakeDataSrcClientsBuilder
::
THROW_OTHER
:
isc_throw
(
Unexpected
,
"for test"
);
isc_throw
(
Unexpected
,
"General emulated failure in TestThread wait()"
);
}
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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