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/daemon/table/strategy-choice.cpp b/daemon/table/strategy-choice.cpp index 63e33ee..d801870 100644 --- a/daemon/table/strategy-choice.cpp +++ b/daemon/table/strategy-choice.cpp
@@ -256,6 +256,7 @@ void StrategyChoice::changeStrategy(Entry& entry, Strategy& oldStrategy, Strategy& newStrategy) { + ///\todo #3868 don't clear StrategyInfo if only parameter differs if (&oldStrategy == &newStrategy) { return; }