commit | 3cb4fc67783d030966314246eeea22ccc506e87d | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Dec 25 22:17:39 2014 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Tue Dec 30 06:54:19 2014 -0800 |
tree | e72e0ed22742032b644acbe42af9c695cfc025f3 | |
parent | f8b41eb1b114d9bd446fa86b76c18dfb88aeaaa9 [diff] [blame] |
fw: use UnitTestTimeFixture in NCC test case This commit also changes StrategyTester<S>::onAction to use Signal. refs #2163 Change-Id: Icd30cfa640972c53efdd8c7f7164b7eb9fc34c1e
diff --git a/tests/test-common.hpp b/tests/test-common.hpp index e3bc0b5..247337d 100644 --- a/tests/test-common.hpp +++ b/tests/test-common.hpp
@@ -127,6 +127,8 @@ } } + friend class LimitedIo; + protected: shared_ptr<time::UnitTestSteadyClock> steadyClock; shared_ptr<time::UnitTestSystemClock> systemClock;