about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-27 00:05:06 +0000
committerJames Booth <boothj5@gmail.com>2013-12-27 00:05:06 +0000
commitada3c768e503d25e743bd0b6e18def475f9c776e (patch)
tree3cbfb3d680aab61995d97d552d3106c1cf5f7840 /tests/testsuite.c
parentb466809245f125f4c85c85e72cce0d167315aea8 (diff)
downloadprofani-tty-ada3c768e503d25e743bd0b6e18def475f9c776e.tar.gz
Test priority below lower bounds
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 189698a4..126a69a2 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -242,6 +242,7 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_account_set_xa_priority_sets_preference),
         unit_test(cmd_account_set_dnd_priority_sets_preference),
         unit_test(cmd_account_set_online_priority_shows_message),
+        unit_test(cmd_account_does_not_set_priority_when_too_low),
     };
     return run_tests(tests);
 }