Skip to content
Snippets Groups Projects

SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...

Closed Artur Pedziwilk requested to merge RP-3782-add-docker-desktop-quickstart into 20.10.x
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -474,14 +474,14 @@ public abstract class CreateEntityTypeTest<CREATION extends IEntityTypeCreation,
@Test
public void testCreateWithSpaceAdmin()
{
assertAuthorizationFailureException(new IDelegatedAction()
assertUnauthorizedObjectAccessException(new IDelegatedAction()
{
@Override
public void execute()
{
testCreateWithUser(TEST_SPACE_USER);
}
});
}, null);
}
private void testCreateWithUser(String userId)
Loading