about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-25 00:28:17 +0000
committerJames Booth <boothj5@gmail.com>2014-12-25 00:28:17 +0000
commitfa23084c4db7306fbb1eadb2148a5bd94d765cf4 (patch)
tree6abe7439f69ffffcf805ce7ccdae554010813028
parent6cb5b5504908a8fb9648a67bd543ee9919019c31 (diff)
downloadprofani-tty-fa23084c4db7306fbb1eadb2148a5bd94d765cf4.tar.gz
Added preferences tests
-rw-r--r--Makefile.am1
-rw-r--r--tests/testsuite.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c27b06d..f9828a3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
 
diff --git a/tests/testsuite.c b/tests/testsuite.c
index dfb76df7..619dc4f4 100644
--- a/tests/testsuite.c
+++ b/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),