commit | 0e4a1f112d31a9ae7f7464a8d1e76518c45d6ac4 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Dec 24 02:39:01 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Dec 24 02:39:01 2016 +0000 |
tree | 7b7bd405d790c211f6e333f14e7d46623e59c3f5 | |
parent | 18739c4ac14f8ba2bae36f7db1c92b02e94abcc9 [diff] [blame] |
tests: register instead of install DummyStrategy refs #3868 Change-Id: I5e44582625be51ef874e2a92e4bb7cc22d5b607b
diff --git a/tests/daemon/fw/strategy-scope-control.t.cpp b/tests/daemon/fw/strategy-scope-control.t.cpp index 2311ff7..d031bf9 100644 --- a/tests/daemon/fw/strategy-scope-control.t.cpp +++ b/tests/daemon/fw/strategy-scope-control.t.cpp
@@ -37,7 +37,7 @@ #include "tests/test-common.hpp" #include "tests/limited-io.hpp" -#include "install-strategy.hpp" +#include "choose-strategy.hpp" #include "strategy-tester.hpp" #include "tests/daemon/face/dummy-face.hpp" #include <boost/mpl/copy_if.hpp>