OSDN Git Service

テストコード修正
authoryamada <yamada@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Sun, 13 Dec 2009 05:02:08 +0000 (05:02 +0000)
committeryamada <yamada@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Sun, 13 Dec 2009 05:02:08 +0000 (05:02 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@9066 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/unit_tests/session_test/tcp_session/tcp_session_test.cpp

index cb415f0..e6c336a 100644 (file)
@@ -12902,8 +12902,8 @@ class up_thread_client_accept_test_class : public l7vs::tcp_session{
         }
 
         bool handle_ssl_handshake_timer(const boost::system::error_code& error){
-            ssl_clear_keep_cache_call_chk = true;
-            return ssl_clear_keep_cache_res;
+            handle_ssl_handshake_timer_call_chk = true;
+            return handle_ssl_handshake_timer_res;
         };
 
         bool handle_ssl_handshake_timer_call_chk;