Fixes tests, removes room listing from tests as it was disabled on server we test.

cusax-fix
Damian Minkov 12 years ago
parent 6ef4e97131
commit 39ac02a33d

@ -418,6 +418,9 @@ public void testCreateChatRoom()
assertNotNull("createChatRoom returned null", opSet1Room);
/*
Room listing has been disabled on testing server,
so skip checks
// and check if it exists on the server
List<String> existingRooms = opSetMUC1.getExistingChatRooms();
@ -429,6 +432,7 @@ public void testCreateChatRoom()
}
}
fail("the new created room is not listed on server");
*/
}
/**

Loading…
Cancel
Save