diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-05-17 12:16:36 +0300 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-05-18 19:23:48 +0300 |
commit | f8d4267c09469019a275e522e0d2493720b5f9a1 (patch) | |
tree | 04bf92d3bfc03a02ae68c9d921b77e516302ccdf /src/gtest | |
parent | 3e024d8bdcebdd3100851f28b5724a2ecbfc923a (diff) |
more error counter
Diffstat (limited to 'src/gtest')
-rw-r--r-- | src/gtest/trex_stateless_gtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp index e9c71df9..35254713 100644 --- a/src/gtest/trex_stateless_gtest.cpp +++ b/src/gtest/trex_stateless_gtest.cpp @@ -2880,7 +2880,7 @@ TEST_F(basic_stl, vm_enable0) { } #if 0 -// does not work with valgrind, because we need to free the dp->rx message queue in simulation mode +// todo: does not work with valgrind, because we need to free the dp->rx message queue in simulation mode TEST_F(basic_stl, vm_enable0_flow_stat) { CEnableVm vm_test; @@ -2900,7 +2900,7 @@ TEST_F(basic_stl, vm_enable1) { } #if 0 -//??? does not work. need to check +//todo: does not work. need to check TEST_F(basic_stl, vm_enable1_flow_stat) { CEnableVm vm_test; |