Browse Source

[2749] Update name of test (fix case)

Mukund Sivaraman 11 years ago
parent
commit
9eedd903b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiolink/tests/tcp_socket_unittest.cc

+ 1 - 1
src/lib/asiolink/tests/tcp_socket_unittest.cc

@@ -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, SequenceTest) {
+TEST(TCPSocket, sequenceTest) {
 
     // Common objects.
     IOService   service;                    // Service object for async control