fix/functional_tests #63

Closed
jabber.developer2 wants to merge 33 commits from fix/functional_tests into master
18 changed files with 360 additions and 254 deletions
Showing only changes of commit b02582b19e - Show all commits

View File

@@ -146,7 +146,7 @@ shows_history_message(void **state)
"<x xmlns='jabber:x:delay' stamp='20151219T23:55:25'/>" "<x xmlns='jabber:x:delay' stamp='20151219T23:55:25'/>"
"</message>" "</message>"
); );
sleep(1); sleep(2);
assert_true(prof_output_regex("testoccupant:.*an old message")); assert_true(prof_output_regex("testoccupant:.*an old message"));
} }