diff options
author | Sam Thursfield <sam@afuera.me.uk> | 2014-08-21 23:01:53 +0100 |
---|---|---|
committer | Sam Thursfield <sam@afuera.me.uk> | 2014-10-14 14:08:20 +0100 |
commit | f30a7cc898e05c0bdfb312c1e5de58b5f99dc43f (patch) | |
tree | 8777a5ea7108b0447a0cc42243272ba83ef8d32f /tests | |
parent | 3c83acdde861a5553fdb4b9fc07efa6f99b63def (diff) | |
download | tracker-f30a7cc898e05c0bdfb312c1e5de58b5f99dc43f.tar.gz |
functional-tests: Remove IgnoreNextUpdate wrapper, nobody should be using this
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional-tests/common/utils/helpers.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional-tests/common/utils/helpers.py b/tests/functional-tests/common/utils/helpers.py index 8dd9b95ba..494deba2e 100644 --- a/tests/functional-tests/common/utils/helpers.py +++ b/tests/functional-tests/common/utils/helpers.py @@ -590,9 +590,6 @@ class MinerFsHelper (Helper): def stop (self): Helper.stop (self) - def ignore (self, filelist): - self.miner_fs.IgnoreNextUpdate (filelist) - class ExtractorHelper (Helper): |