commit 6f94c909d21b710fe86030cf3c1824102fc52613 Author: Damian Johnson atagar@torproject.org Date: Sat Dec 8 23:04:30 2012 -0800
Dropping eronious regex from test
A relay's LongName identifier can be missing the relay name. This was caught by Eoin and Robert on...
https://trac.torproject.org/7558 --- test/integ/control/controller.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/test/integ/control/controller.py b/test/integ/control/controller.py index 8bfe9d7..56558ea 100644 --- a/test/integ/control/controller.py +++ b/test/integ/control/controller.py @@ -432,7 +432,6 @@ class TestController(unittest.TestCase): if orconn_output == '': if test.runner.require_online(self): return
- self.assertTrue(re.match("$[0-9a-fA-F]{40}[~=].*", controller.get_info('orconn-status').split()[0])) self.assertTrue("VERBOSE_NAMES" in controller.enabled_features) self.assertRaises(stem.InvalidArguments, controller.enable_feature, ["NOT", "A", "FEATURE"]) try: