Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2010-01-11 15:46:18 +0000
committerAndrew Johnson2010-01-11 15:46:18 +0000
commitde6bdbf67d7ceb7407c6b34684d3437bd8b7f04b (patch)
treecc864c6ea37695f897a04c60d8d216bb1a628e27
parent9702a3ff3d8dbe9c54f6c741a43251f4eec9aac3 (diff)
downloadorg.eclipse.mat-de6bdbf67d7ceb7407c6b34684d3437bd8b7f04b.tar.gz
org.eclipse.mat-de6bdbf67d7ceb7407c6b34684d3437bd8b7f04b.tar.xz
org.eclipse.mat-de6bdbf67d7ceb7407c6b34684d3437bd8b7f04b.zip
Enable assertions for Junit tests with Athena
-rw-r--r--org.eclipse.mat.releng.athena/testing.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mat.releng.athena/testing.properties b/org.eclipse.mat.releng.athena/testing.properties
index 2ef82a97..22a9c831 100644
--- a/org.eclipse.mat.releng.athena/testing.properties
+++ b/org.eclipse.mat.releng.athena/testing.properties
@@ -6,5 +6,5 @@ testPluginsToRun=org.eclipse.mat.tests
org.eclipse.mat.tests.suite=org.eclipse.mat.tests.AllTests
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=295394
-extraVMargs=-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc
+extraVMargs=-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc -ea

Back to the top