summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-23 08:36:26 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-23 08:36:26 +0000
commitd7fb38cfe3615681e6480932ae54ca9062a90b74 (patch)
treebedb917bdcae0660d7529739734de5a919bf7812
parent7ed738b34c16604c6d96aed725c9de1eb1ccceea (diff)
downloadtor-d7fb38cfe3615681e6480932ae54ca9062a90b74.tar.gz
tor-d7fb38cfe3615681e6480932ae54ca9062a90b74.zip
update unit tests to reflect changed interface
svn:r2952
-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 844cc74288..17dee27ec0 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -512,7 +512,7 @@ test_util(void) {
end.tv_sec = 4;
- test_eq(0L, tv_udiff(&start, &end));
+ test_eq(-1005000L, tv_udiff(&start, &end));
/* The test values here are confirmed to be correct on a platform
* with a working timegm. */