aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-08 13:37:28 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-08 13:37:28 +0000
commit7645a34a4087589e75ca6c186c6620ebe42e8a8b (patch)
tree684b52af9ca06dde7acffab0db4f97e7537d3899 /src/testing
parentb242f351fde95f5ab9c06325071e3be1e621b512 (diff)
downloadgnunet-7645a34a4087589e75ca6c186c6620ebe42e8a8b.tar.gz
gnunet-7645a34a4087589e75ca6c186c6620ebe42e8a8b.zip
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 0da1131ba..84f32cc2f 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -2552,6 +2552,7 @@ create_from_file(struct GNUNET_TESTING_PeerGroup *pg, char *filename,
2552 2552
2553 buf = data; 2553 buf = data;
2554 count = 0; 2554 count = 0;
2555 first_peer_index = 0;
2555 /* First line should contain a single integer, specifying the number of peers */ 2556 /* First line should contain a single integer, specifying the number of peers */
2556 /* Each subsequent line should contain this format PEER_INDEX:OTHER_PEER_INDEX[,...] */ 2557 /* Each subsequent line should contain this format PEER_INDEX:OTHER_PEER_INDEX[,...] */
2557 curr_state = NUM_PEERS; 2558 curr_state = NUM_PEERS;