about summary refs log tree commit diff stats
path: root/tests/test_cmd_rooms.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-28 18:50:55 +0100
committerJames Booth <boothj5@gmail.com>2015-05-28 18:50:55 +0100
commit6d6bb6458873196f904257cd00a6f2221262783d (patch)
tree2b751a3e8cc54dc487a95703898fc9a96e438dbf /tests/test_cmd_rooms.h
parent0c99dc7ad60843aa7719a9c75aa701e3c86720da (diff)
downloadprofani-tty-6d6bb6458873196f904257cd00a6f2221262783d.tar.gz
Moved tests -> unittests
Diffstat (limited to 'tests/test_cmd_rooms.h')
-rw-r--r--tests/test_cmd_rooms.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_cmd_rooms.h b/tests/test_cmd_rooms.h
deleted file mode 100644
index a9a7af83..00000000
--- a/tests/test_cmd_rooms.h
+++ /dev/null
@@ -1,7 +0,0 @@
-void cmd_rooms_shows_message_when_disconnected(void **state);
-void cmd_rooms_shows_message_when_disconnecting(void **state);
-void cmd_rooms_shows_message_when_connecting(void **state);
-void cmd_rooms_shows_message_when_started(void **state);
-void cmd_rooms_shows_message_when_undefined(void **state);
-void cmd_rooms_uses_account_default_when_no_arg(void **state);
-void cmd_rooms_arg_used_when_passed(void **state);