Skip to content
Snippets Groups Projects
Commit 8e1e71cc authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'bug29122'

parents 74e41155 6243133a
Branches
Tags
No related merge requests found
o Minor bugfixes (unit tests):
- Fix intermittent failures on an adaptive padding unittest. Fixes bug
29122; bugfix on 0.4.0.1-alpha
......@@ -1239,6 +1239,10 @@ test_circuitpadding_wronghop(void *arg)
MOCK(circuitmux_attach_circuit, circuitmux_attach_circuit_mock);
/* Mock this function so that our cell counting tests don't get confused by
* padding that gets sent by scheduled timers. */
MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
client_side = (circuit_t *)origin_circuit_new();
dummy_channel.cmux = circuitmux_alloc();
relay_side = (circuit_t *)new_fake_orcirc(&dummy_channel,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment