about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 22:13:01 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 22:13:01 +0100
commit82ff85c329dca6105bfa9add9cb1424ecc2ae334 (patch)
tree0c3f70f2d70cc49307167e79aac3a13600b59657
parenteb676262f98cb554cf0b8dc032e2c65e98a44800 (diff)
downloadprofani-tty-82ff85c329dca6105bfa9add9cb1424ecc2ae334.tar.gz
Revert back to original rooms test
-rw-r--r--tests/functionaltests/test_rooms.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/functionaltests/test_rooms.c b/tests/functionaltests/test_rooms.c
index 4691fea3..c81ded6b 100644
--- a/tests/functionaltests/test_rooms.c
+++ b/tests/functionaltests/test_rooms.c
@@ -27,14 +27,8 @@ rooms_query(void **state)
 
     prof_input("/rooms");
 
-//    assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
-    assert_true(prof_output_regex("hangout@conference\\.localhost, \\(Another chat room\\)"));
-
-//    assert_true(prof_output_regex(
-//        "chatroom@conference.localhost, \\(A chat room\\)"
-//        ".+"
-//        "hangout@conference.localhost, \\(Another chat room\\)"
-//    ));
+    assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
+    assert_true(prof_output_exact("hangout@conference.localhost, (Another chat room)"));
 
     assert_true(stbbr_last_received(
         "<iq id=\"confreq\" to=\"conference.localhost\" type=\"get\">"