about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-25 00:20:28 +0000
committerJames Booth <boothj5@gmail.com>2014-12-25 00:20:28 +0000
commitd1f8c6cddf63c8353847be17bd26e19dc8e4d980 (patch)
tree0571db90de14bd66eea57df06481ec849ef47769 /tests/testsuite.c
parent2505d4704063aad70b62fd91faa4838e9b7ff3b6 (diff)
downloadprofani-tty-d1f8c6cddf63c8353847be17bd26e19dc8e4d980.tar.gz
Added form tests
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index a325f904..2618a7bd 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -520,7 +520,6 @@ int main(int argc, char* argv[]) {
 
         unit_test(cmd_win_shows_message_when_win_doesnt_exist),
         unit_test(cmd_win_switches_to_given_win_when_exists),
-/*
 
         unit_test(get_form_type_field_returns_null_no_fields),
         unit_test(get_form_type_field_returns_null_when_not_present),
@@ -543,7 +542,6 @@ int main(int argc, char* argv[]) {
         unit_test(remove_text_multi_value_does_nothing_when_doesnt_exist),
         unit_test(remove_text_multi_value_removes_when_one),
         unit_test(remove_text_multi_value_removes_when_many),
-*/
     };
 
     return run_tests(all_tests);