forked from cory/tildefriends
test: Make the testing replicating a blob check the correct client, and add another test that does it while already connected.
This commit is contained in:
@@ -66,13 +66,19 @@ void tf_ssb_test_peer_exchange(const tf_test_options_t* options);
|
||||
void tf_ssb_test_publish(const tf_test_options_t* options);
|
||||
|
||||
/**
|
||||
** Test connecting by string.
|
||||
** Test message and replication.
|
||||
** @param options The test options.
|
||||
*/
|
||||
void tf_ssb_test_replicate(const tf_test_options_t* options);
|
||||
|
||||
/**
|
||||
** Test invites.
|
||||
** Test blob replication for a message received while already connected.
|
||||
** @param options The test options.
|
||||
*/
|
||||
void tf_ssb_test_replicate_blob(const tf_test_options_t* options);
|
||||
|
||||
/**
|
||||
** Test connecting by string.
|
||||
** @param options The test options.
|
||||
*/
|
||||
void tf_ssb_test_connect_str(const tf_test_options_t* options);
|
||||
|
||||
Reference in New Issue
Block a user