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
9eedd903
Commit
9eedd903
authored
Jan 27, 2014
by
Mukund Sivaraman
Browse files
[2749] Update name of test (fix case)
parent
99fe38e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/tests/tcp_socket_unittest.cc
View file @
9eedd903
...
...
@@ -317,7 +317,7 @@ TEST(TCPSocket, processReceivedData) {
// Tests the operation of a TCPSocket by opening it, sending an asynchronous
// message to a server, receiving an asynchronous message from the server and
// closing.
TEST
(
TCPSocket
,
S
equenceTest
)
{
TEST
(
TCPSocket
,
s
equenceTest
)
{
// Common objects.
IOService
service
;
// Service object for async control
...
...
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