[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14255: Backport: Make unit tests pass again after Link protocol lis (in tor/branches/tor-0_2_0-patches: . src/or)
Author: nickm
Date: 2008-03-30 23:21:01 -0400 (Sun, 30 Mar 2008)
New Revision: 14255
Modified:
tor/branches/tor-0_2_0-patches/
tor/branches/tor-0_2_0-patches/src/or/test.c
Log:
r19153@catbus: nickm | 2008-03-30 23:20:48 -0400
Backport: Make unit tests pass again after Link protocol list change.
Property changes on: tor/branches/tor-0_2_0-patches
___________________________________________________________________
svk:merge ticket from /tor/020 [r19153] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/branches/tor-0_2_0-patches/src/or/test.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/test.c 2008-03-31 03:20:55 UTC (rev 14254)
+++ tor/branches/tor-0_2_0-patches/src/or/test.c 2008-03-31 03:21:01 UTC (rev 14255)
@@ -2283,7 +2283,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));