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