mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Added preferences tests
This commit is contained in:
parent
6cb5b55049
commit
fa23084c4d
@ -84,6 +84,7 @@ tests_sources = \
|
||||
tests/test_jid.c tests/test_jid.h \
|
||||
tests/test_muc.c tests/test_muc.h \
|
||||
tests/test_parser.c tests/test_parser.h \
|
||||
tests/test_preferences.c tests/test_preferences.h \
|
||||
tests/test_autocomplete.c tests/test_autocomplete.h \
|
||||
tests/testsuite.c
|
||||
|
||||
|
@ -351,7 +351,7 @@ int main(int argc, char* argv[]) {
|
||||
unit_test_setup_teardown(cmd_statuses_muc_sets_none,
|
||||
load_preferences,
|
||||
close_preferences),
|
||||
/*
|
||||
|
||||
unit_test_setup_teardown(statuses_console_defaults_to_all,
|
||||
load_preferences,
|
||||
close_preferences),
|
||||
@ -362,6 +362,7 @@ int main(int argc, char* argv[]) {
|
||||
load_preferences,
|
||||
close_preferences),
|
||||
|
||||
/*
|
||||
unit_test_setup_teardown(console_doesnt_show_online_presence_when_set_none,
|
||||
load_preferences,
|
||||
close_preferences),
|
||||
|
Loading…
Reference in New Issue
Block a user