Browse Source

use correct sequence number for the CLO message dump

Julius Pfrommer 8 years ago
parent
commit
64b54baffa
2 changed files with 5 additions and 14 deletions
  1. 4 13
      tests/CMakeLists.txt
  2. 1 1
      tests/dumps/client_CLO.hex

+ 4 - 13
tests/CMakeLists.txt

@@ -97,23 +97,14 @@ target_include_directories(check_server_binary_messages PRIVATE ${PROJECT_SOURCE
 target_link_libraries(check_server_binary_messages ${LIBS})
 add_dependencies(check_server_binary_messages client_HELOPN.bin)
 
-add_test(check_server_binary_messages_helopn ${CMAKE_CURRENT_BINARY_DIR}/check_server_binary_messages
-                                             ${CMAKE_CURRENT_BINARY_DIR}/client_HELOPN.bin)
-
-add_test(check_server_binary_messages_helopn ${CMAKE_CURRENT_BINARY_DIR}/check_server_binary_messages
-                                             ${CMAKE_CURRENT_BINARY_DIR}/client_HELOPN.bin
-                                             ${CMAKE_CURRENT_BINARY_DIR}/client_CLO.bin)
-
-add_test(check_server_binary_messages_activate_session ${CMAKE_CURRENT_BINARY_DIR}/check_server_binary_messages
-                                                       ${CMAKE_CURRENT_BINARY_DIR}/client_HELOPN.bin
-                                                       ${CMAKE_CURRENT_BINARY_DIR}/client_CreateActivateSession.bin)
-
 add_test(check_server_binary_messages_browse ${CMAKE_CURRENT_BINARY_DIR}/check_server_binary_messages
                                              ${CMAKE_CURRENT_BINARY_DIR}/client_HELOPN.bin
                                              ${CMAKE_CURRENT_BINARY_DIR}/client_CreateActivateSession.bin
-                                             ${CMAKE_CURRENT_BINARY_DIR}/client_Browse.bin)
+                                             ${CMAKE_CURRENT_BINARY_DIR}/client_Browse.bin
+                                             ${CMAKE_CURRENT_BINARY_DIR}/client_CLO.bin)
 
 add_test(check_server_binary_messages_read ${CMAKE_CURRENT_BINARY_DIR}/check_server_binary_messages
                                            ${CMAKE_CURRENT_BINARY_DIR}/client_HELOPN.bin
                                            ${CMAKE_CURRENT_BINARY_DIR}/client_CreateActivateSession.bin
-                                           ${CMAKE_CURRENT_BINARY_DIR}/client_Read.bin)
+                                           ${CMAKE_CURRENT_BINARY_DIR}/client_Read.bin
+                                           ${CMAKE_CURRENT_BINARY_DIR}/client_CLO.bin)

+ 1 - 1
tests/dumps/client_CLO.hex

@@ -1,5 +1,5 @@
 43 4c 4f 46 39 00 00 00 01 00 00 00 01 00 00 00  /* CLOF9........... */
-04 00 00 00 04 00 00 00 01 00 c4 01 04 01 00 e3  /* ...............H */
+05 00 00 00 05 00 00 00 01 00 c4 01 04 01 00 e3  /* ...............H */
 77 d7 1c 90 95 e2 a4 6d b6 4b e4 0e e0 9e b9 9e  /* ....4~..~.l.q.k. */
 90 25 6a 81 bf d1 01 05 00 00 00 00 00 00 00 ff  /* .%j............. */
 ff ff ff 00 00 00 00 00 00 00 00                 /* ...........      */