Added carbons enable/disable tests

This commit is contained in:
James Booth
2015-07-15 00:23:46 +01:00
parent 84cc67fa88
commit f3326bf105
4 changed files with 35 additions and 1 deletions

View File

@@ -234,5 +234,5 @@ prof_connect(void)
exp_timeout = 30;
assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\."));
exp_timeout = 10;
stbbr_wait_for("prof_presence_1");
stbbr_wait_for("prof_presence_*");
}