[tor-commits] [bridgedb/master] Monkeypatch old Bridge class into one run of the legacy regression tests.
isis at torproject.org
isis at torproject.org
Sat Mar 21 02:02:59 UTC 2015
commit b9be34e53447a522fb83bf66fa492d4f324aab37
Author: Isis Lovecruft <isis at torproject.org>
Date: Mon Dec 22 03:44:04 2014 +0000
Monkeypatch old Bridge class into one run of the legacy regression tests.
---
lib/bridgedb/test/test_Tests.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/bridgedb/test/test_Tests.py b/lib/bridgedb/test/test_Tests.py
index 53d0e81..e78a4c4 100644
--- a/lib/bridgedb/test/test_Tests.py
+++ b/lib/bridgedb/test/test_Tests.py
@@ -97,6 +97,8 @@ def monkeypatchTests():
deprecated.is_valid_fingerprint)
patcher.addPatch(Tests.bridgedb.Bridges, 'PluggableTransport',
deprecated.PluggableTransport)
+ patcher.addPatch(Tests.bridgedb.Bridges, 'Bridge',
+ deprecated.Bridge)
return patcher
More information about the tor-commits
mailing list