* fix unit test after thread-sorting change (fixes #413)

This commit is contained in:
djcb 2014-04-27 11:23:45 +03:00
parent a6f6c54d67
commit 5ef90a3432
1 changed files with 3 additions and 3 deletions

View File

@ -174,9 +174,9 @@ test_mu_threads_rogue (void)
tinfo items2 [] = { tinfo items2 [] = {
{"0", "cycle0.0@msg.id", "cycle0.0"}, {"0", "cycle0.0@msg.id", "cycle0.0"},
{"0:0", "cycle0@msg.id", "cycle0"}, {"0:0", "cycle0.0.0@msg.id", "cycle0.0.0"},
{"0:0:0", "rogue0@msg.id", "rogue0" }, {"0:1", "cycle0@msg.id", "cycle0"},
{"0:1", "cycle0.0.0@msg.id", "cycle0.0.0"} {"0:1:0", "rogue0@msg.id", "rogue0" }
}; };
xpath = fill_database (MU_TESTMAILDIR3); xpath = fill_database (MU_TESTMAILDIR3);