You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/10/27 01:11:59 UTC

svn commit: r1189527 - /lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml

Author: sarowe
Date: Wed Oct 26 23:11:59 2011
New Revision: 1189527

URL: http://svn.apache.org/viewvc?rev=1189527&view=rev
Log:
IntelliJ IDEA configuration: Enable assertions by default in JUnit run configurations

Modified:
    lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml

Modified: lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml?rev=1189527&r1=1189526&r2=1189527&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml Wed Oct 26 23:11:59 2011
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="RunManager" selected="JUnit.lucene">
+    <configuration default="true" type="JUnit" factoryName="JUnit">
+      <option name="VM_PARAMETERS" value="-ea" />
+    </configuration>
     <configuration default="false" name="analysis-extras contrib" type="JUnit" factoryName="JUnit">
       <module name="analysis-extras" />
       <option name="TEST_OBJECT" value="package" />