Fixed onion test.

This commit is contained in:
irungentoo 2014-02-27 16:59:17 -05:00
parent 8a31ff6269
commit d0d9f95b34

View File

@ -255,7 +255,7 @@ void do_onions(Onions *on)
START_TEST(test_announce)
{
uint32_t i;
uint32_t i, j;
Onions *onions[NUM_ONIONS];
for (i = 0; i < NUM_ONIONS; ++i) {
@ -289,6 +289,14 @@ START_TEST(test_announce)
c_sleep(50);
}
for (i = 0; i < 25 * 2; ++i) {
for (j = 0; j < NUM_ONIONS; ++j) {
do_onions(onions[j]);
}
c_sleep(50);
}
onion_addfriend(onions[7]->onion_c, onions[37]->onion->dht->c->self_public_key);
int frnum = onion_addfriend(onions[37]->onion_c, onions[7]->onion->dht->c->self_public_key);