[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10885: OSX writes ::3 as ::0.0.0.3; choose a less ambiguous example (in tor/trunk: . src/or)



Author: nickm
Date: 2007-07-19 16:02:56 -0400 (Thu, 19 Jul 2007)
New Revision: 10885

Modified:
   tor/trunk/
   tor/trunk/src/or/test.c
Log:
 r13842@catbus:  nickm | 2007-07-19 16:02:54 -0400
 OSX writes ::3 as ::0.0.0.3; choose a less ambiguous example.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r13842] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2007-07-19 20:00:45 UTC (rev 10884)
+++ tor/trunk/src/or/test.c	2007-07-19 20:02:56 UTC (rev 10885)
@@ -1125,7 +1125,7 @@
   //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::3", "::3");
+  test_ntop6_reduces("0:0::1:3", "::1: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");