Skip to content
Snippets Groups Projects
Commit 59bd944e authored by gnaegi's avatar gnaegi
Browse files

OO-2275 fix NPE in testcase

parent e4e4b954
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@ public class GroupMgmtTest extends OlatJerseyTestCase {
assertFalse(tools.isToolEnabled(CollaborationTools.TOOL_WIKI));
// Check collab tools access configuration
assertTrue(tools.lookupFolderAccess().intValue() == CollaborationTools.FOLDER_ACCESS_OWNERS); // modified
assertTrue(tools.lookupCalendarAccess().intValue() == CollaborationTools.CALENDAR_ACCESS_OWNERS); // default
assertNull(tools.lookupCalendarAccess()); // not explicitly initialized -> null
//check display members
assertTrue(bg.isOwnersVisibleIntern());
assertFalse(bg.isParticipantsVisibleIntern());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment