OSDN Git Service

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

l7vsd/unit_tests/session_test/tcp_session/tcp_session_test.cpp

index eff8e34..5b54044 100644 (file)
@@ -12920,10 +12920,10 @@ class up_thread_client_accept_test_class : public l7vs::tcp_session{
         };
 
         bool next_func_chk_accept_event(){
-            return up_thread_next_call_function().first == UP_FUNC_CLIENT_ACCEPT_EVENT;
+            return up_thread_next_call_function.first == UP_FUNC_CLIENT_ACCEPT_EVENT;
         };
         bool next_func_chk_accept(){
-            return up_thread_next_call_function().first == UP_FUNC_CLIENT_ACCEPT;
+            return up_thread_next_call_function.first == UP_FUNC_CLIENT_ACCEPT;
         };
 
 };