[tor-commits] [stegotorus/master] Fix long-standing cut-and-paste error in name of one test.
zwol at torproject.org
zwol at torproject.org
Fri Jul 20 23:17:08 UTC 2012
commit f7ad87f180ea30777b4bc356dc444b53df3285a5
Author: Zack Weinberg <zackw at cmu.edu>
Date: Sun Jul 8 18:36:32 2012 +0200
Fix long-standing cut-and-paste error in name of one test.
---
src/test/test_tl.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/test/test_tl.py b/src/test/test_tl.py
index 46e5d5a..903a727 100644
--- a/src/test/test_tl.py
+++ b/src/test/test_tl.py
@@ -57,7 +57,7 @@ class TimelineTest(object):
"127.0.0.1:5010","nosteg",
))
- def test_chop_null2(self):
+ def test_chop_nosteg2(self):
self.doTest("chop",
("chop", "server", "127.0.0.1:5001",
"127.0.0.1:5010","nosteg","127.0.0.1:5011","nosteg",
More information about the tor-commits
mailing list