aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-19 20:04:05 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-19 20:04:05 +0000
commit31a73c076722aaf93cdfbc12b65be904c51a1591 (patch)
tree6e3a56f6dcf998d4edcca5c6bd385de79d57dd83 /src/or/test.c
parent00420bd08444ac042990623e91f10f6a0b36a3cf (diff)
downloadtor-31a73c076722aaf93cdfbc12b65be904c51a1591.tar
tor-31a73c076722aaf93cdfbc12b65be904c51a1591.tar.gz
r13844@catbus: nickm | 2007-07-19 16:04:04 -0400
Same as the last patch, only more so. svn:r10886
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 766c1ac4d..408adaf8d 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1125,7 +1125,7 @@ test_ip6_helpers(void)
//test_ntop6_reduces("0:0:0:0:0:0:c0a8:0101", "::192.168.1.1");
test_ntop6_reduces("0:0:0:0:0:ffff:c0a8:0101", "::ffff:192.168.1.1");
test_ntop6_reduces("002:0:0000:0:3::4", "2::3:0:0:4");
- test_ntop6_reduces("0:0::1:3", "::1:3");
+ test_ntop6_reduces("0:0::1:0:3", "::1:0:3");
test_ntop6_reduces("008:0::0", "8::");
test_ntop6_reduces("0:0:0:0:0:ffff::1", "::ffff:0.0.0.1");
test_ntop6_reduces("abcd:0:0:0:0:0:7f00::", "abcd::7f00:0");