about summary refs log tree commit diff stats
path: root/tests/test_cmd_rooms.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 19:38:23 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 19:38:23 +0000
commit079ea5304b7bc99b07d2f05b2910ab370023c14d (patch)
tree284d37758af9592017e38effadeb986583ea5205 /tests/test_cmd_rooms.c
parenteff2ef3859e66542b5ce16efd800c3ece63caf71 (diff)
downloadprofani-tty-079ea5304b7bc99b07d2f05b2910ab370023c14d.tar.gz
Moved _ask_password to UI module
Diffstat (limited to 'tests/test_cmd_rooms.c')
-rw-r--r--tests/test_cmd_rooms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd_rooms.c b/tests/test_cmd_rooms.c
index 91581a99..b6782176 100644
--- a/tests/test_cmd_rooms.c
+++ b/tests/test_cmd_rooms.c
@@ -14,7 +14,7 @@ static void test_with_connection_status(jabber_conn_status_t status)
     CommandHelp *help = malloc(sizeof(CommandHelp));
     
     will_return(jabber_get_connection_status, status);
-    expect_string(cons_show, msg, "You are not currently connected.");
+    expect_string(cons_show, output, "You are not currently connected.");
     
     gboolean result = cmd_rooms(NULL, *help);
     assert_true(result);