mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
60266: BDE-195 Disable assertions on repository project, since AVMServiceTest.testDiffOrder() contains a Java assert which always fails git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62307 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -870,6 +870,7 @@
|
||||
<!-- Default configuration, specifying which tests to pass -->
|
||||
<configuration>
|
||||
<forkMode>always</forkMode>
|
||||
<enableAssertions>false</enableAssertions> <!-- Failed assertion in AVMServiceTest.testDiffOrder() -->
|
||||
<includes combine.self="override">
|
||||
<include>**/org/alfresco/Repository*TestSuite.java</include>
|
||||
</includes>
|
||||
|
Reference in New Issue
Block a user