mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge remote-tracking branch 'tor-github/pr/1399'
This commit is contained in:
commit
ab064cf762
3
changes/bug31995
Normal file
3
changes/bug31995
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (testing):
|
||||||
|
- Avoid intermittent test failures due to a test that had relied on
|
||||||
|
inconsistent timing sources. Fixes bug 31995; bugfix on 0.3.1.3-alpha.
|
@ -674,9 +674,11 @@ test_service_intro_point(void *arg)
|
|||||||
|
|
||||||
(void) arg;
|
(void) arg;
|
||||||
|
|
||||||
|
update_approx_time(1481621834);
|
||||||
|
|
||||||
/* Test simple creation of an object. */
|
/* Test simple creation of an object. */
|
||||||
{
|
{
|
||||||
time_t now = time(NULL);
|
time_t now = approx_time();
|
||||||
ip = helper_create_service_ip();
|
ip = helper_create_service_ip();
|
||||||
tt_assert(ip);
|
tt_assert(ip);
|
||||||
/* Make sure the authentication keypair is not zeroes. */
|
/* Make sure the authentication keypair is not zeroes. */
|
||||||
|
Loading…
Reference in New Issue
Block a user