mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 10:46:22 +00:00
Added bad password test
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
const UnitTest all_tests[] = {
|
||||
unit_test_setup_teardown(connect_with_jid,
|
||||
unit_test_setup_teardown(connect_jid,
|
||||
init_prof_test,
|
||||
close_prof_test),
|
||||
unit_test_setup_teardown(connect_bad_password,
|
||||
init_prof_test,
|
||||
close_prof_test),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user