commit | 39ef261a29782b4d167728fff61e37583b5bb08d | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Nov 29 20:35:19 2014 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Sun Jan 04 04:55:45 2015 -0800 |
tree | 2de58eea2dda5c8dc2d1bf0a1a2de38556eaee4b | |
parent | 158f73fce299af7e62b552ed61f7eac2687630e4 [diff] [blame] |
table: StrategyInfoHost stores multiple StrategyInfo of distinct types refs #2240 Change-Id: I25062260e3bb4f2f36989305431d4b718d320505
diff --git a/tests/daemon/table/strategy-choice.cpp b/tests/daemon/table/strategy-choice.cpp index 7817d51..494c76b 100644 --- a/tests/daemon/table/strategy-choice.cpp +++ b/tests/daemon/table/strategy-choice.cpp
@@ -164,6 +164,12 @@ class PStrategyInfo : public fw::StrategyInfo { +public: + static constexpr int + getTypeId() + { + return 10; + } }; BOOST_AUTO_TEST_CASE(ClearStrategyInfo)