Optimize build (#3227)

* Exclude NeurophTest

* Fix build
This commit is contained in:
Grzegorz Piwowarek
2017-12-13 11:25:47 +01:00
committed by GitHub
parent 30f78fc3ca
commit 112f33acb9
18 changed files with 8 additions and 462 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.test.context.web.ServletTestExecutionListener;
DirtiesContextTestExecutionListener.class,
TransactionalTestExecutionListener.class,
WithSecurityContextTestExecutionListener.class})
public class SpringAclTest extends AbstractJUnit4SpringContextTests{
public class SpringACLIntegrationTest extends AbstractJUnit4SpringContextTests{
private static Integer FIRST_MESSAGE_ID = 1;
private static Integer SECOND_MESSAGE_ID = 2;