[or-cvs] r14254: Make unit tests pass again after Link protocol list change. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Mon Mar 31 03:20:55 UTC 2008


Author: nickm
Date: 2008-03-30 23:20:55 -0400 (Sun, 30 Mar 2008)
New Revision: 14254

Modified:
   tor/trunk/
   tor/trunk/src/or/test.c
Log:
 r19152 at catbus:  nickm | 2008-03-30 23:20:11 -0400
 Make unit tests pass again after Link protocol list change.



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

Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2008-03-30 21:49:16 UTC (rev 14253)
+++ tor/trunk/src/or/test.c	2008-03-31 03:20:55 UTC (rev 14254)
@@ -2476,7 +2476,7 @@
           "platform Tor "VERSION" on ", sizeof(buf2));
   strlcat(buf2, get_uname(), sizeof(buf2));
   strlcat(buf2, "\n"
-          "opt protocols Link 1 Circuit 1\n"
+          "opt protocols Link 1 2 Circuit 1\n"
           "published 1970-01-01 00:00:00\n"
           "opt fingerprint ", sizeof(buf2));
   test_assert(!crypto_pk_get_fingerprint(pk2, fingerprint, 1));



More information about the tor-commits mailing list