Skip to content

Commit

Permalink
[tests] Workaround for 438712 (GMFCopy unexpected AssertionError with (
Browse files Browse the repository at this point in the history
…#27)

-ea)

Change-Id: Idc7334eb64af837bae529ab621d273360d673976
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
  • Loading branch information
pdulth committed Mar 29, 2021
1 parent ea7af6a commit 8859f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/tester.groovy
Expand Up @@ -50,7 +50,8 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar
return "sleep 10 && " +
"java " +
"${jacocoParameters}" +
"-Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled -ea " +
"-Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled " +
"-ea -da:org.eclipse.emf.common.util.URI " + // bug GMF 438712
"-Declipse.p2.data.area=@config.dir/../p2 " +
"-Dfile.encoding=Cp1252 " +
"-classpath ${capellaPath}/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.equinox.launcher.Main " +
Expand Down

0 comments on commit 8859f5f

Please sign in to comment.