rename test file

This commit is contained in:
Benjamin Sergeant 2019-01-02 21:59:06 -08:00
parent 64f649d1f9
commit d5041f64be
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ include_directories(
add_executable(ixwebsocket_unittest add_executable(ixwebsocket_unittest
test_runner.cpp test_runner.cpp
cmd_websocket_chat.cpp cmd_websocket_chat.cpp
IXTestWebSocketServer.cpp IXWebSocketServerTest.cpp
IXTest.cpp IXTest.cpp
msgpack11.cpp msgpack11.cpp
) )

View File

@ -1,5 +1,5 @@
/* /*
* IXTestWebSocketServer.cpp * IXWebSocketServerTest.cpp
* Author: Benjamin Sergeant * Author: Benjamin Sergeant
* Copyright (c) 2019 Machine Zone. All rights reserved. * Copyright (c) 2019 Machine Zone. All rights reserved.
*/ */