summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-04-18 03:07:24 +0000
committerNick Mathewson <nickm@torproject.org>2006-04-18 03:07:24 +0000
commit6ebd8865119c8044d67259f4397d2c379271ed78 (patch)
treec20bbdbe386d192db813ff57ae17ca0ee95c8e2d /src/or/test.c
parent47d3e23155a2946f37aeb1786b992d50760c1f2a (diff)
downloadtor-6ebd8865119c8044d67259f4397d2c379271ed78.tar.gz
tor-6ebd8865119c8044d67259f4397d2c379271ed78.zip
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
svn:r6396
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 2fff4d7097..407abbf159 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1311,7 +1311,7 @@ test_dir_format(void)
{
char d[DIGEST_LEN];
const char *m;
- /* XXXX NM re-enable. 011 */
+ /* XXXX NM re-enable. */
/* Make sure routers aren't too far in the past any more. */
r1.cache_info.published_on = time(NULL);
r2.cache_info.published_on = time(NULL)-3*60*60;