update unit tests to reflect changed interface

svn:r2952
This commit is contained in:
Roger Dingledine 2004-11-23 08:36:26 +00:00
parent 7ed738b34c
commit d7fb38cfe3

View File

@ -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. */