summaryrefslogtreecommitdiffstats
path: root/src/gtest/tuple_gen_test.cpp
diff options
context:
space:
mode:
authorwenxian li <wenxianl@cisco.com>2015-10-01 22:29:46 -0400
committerwenxian li <wenxianl@cisco.com>2015-10-01 22:29:46 -0400
commit894ec2ddcd9965f60c4bc7a0b48edf41bfc167d8 (patch)
treebe4c2a0a5be24c28d7666b29718877616fa20225 /src/gtest/tuple_gen_test.cpp
parentdbeb7ecc059bb78db54ec285a4216a661bbedd23 (diff)
Code change according to code review comments after Tuple Generator phase 2 commit.
Diffstat (limited to 'src/gtest/tuple_gen_test.cpp')
-rwxr-xr-xsrc/gtest/tuple_gen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest/tuple_gen_test.cpp b/src/gtest/tuple_gen_test.cpp
index 8791b67d..fd5e9a9a 100755
--- a/src/gtest/tuple_gen_test.cpp
+++ b/src/gtest/tuple_gen_test.cpp
@@ -334,7 +334,7 @@ TEST(tuple_gen,GenerateTupleMac) {
CClientPool gen;
gen.Create(cdSEQ_DIST,
- 0x10000001, 0x1000000f, 64000,2, &fl,true,0,0);
+ 0x10000001, 0x1000000f, 64000,2, &fl.m_mac_info,true,0,0);
CTupleBase result;
uint32_t result_src;
uint16_t result_port;