Allow fitnesse to run again
This commit is contained in:
parent
5c7e0c7fd4
commit
45ebf64afd
|
@ -1,11 +1,10 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="FitNesse" type="JarApplication" factoryName="JAR Application" singleton="true">
|
||||
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
||||
<option name="JAR_PATH" value="$PROJECT_DIR$/fitnesse/fitnesse-standalone.jar" />
|
||||
<option name="PROGRAM_PARAMETERS" value="-p 5150 -d fitnesse" />
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<option name="ALTERNATIVE_JRE_PATH" />
|
||||
<envs />
|
||||
<method />
|
||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
||||
<option name="ALTERNATIVE_JRE_PATH" value="1.8" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
|
@ -1,8 +1,8 @@
|
|||
|TranscendentalLisp||19:36:00 Thu, Aug 16, 2018|
|
||||
|TranscendentalLisp.FinanceUnitTests||13:54:16 Sun, Jan 21, 2018|
|
||||
|TranscendentalLisp.SetUp||13:53:35 Sun, Jan 21, 2018|
|
||||
|TranscendentalLisp.SuiteSetUp||10:12:22 Sun, Jan 21, 2018|
|
||||
|TranscendentalLisp.Recursion||15:06:26 Sun, Nov 26, 2017|
|
||||
|TranscendentalLisp||16:15:14 Fri, Mar 17, 2017|
|
||||
|TranscendentalLisp.Macros||10:10:15 Mon, Mar 13, 2017|
|
||||
|TranscendentalLisp.MacroTests||10:07:00 Mon, Mar 13, 2017|
|
||||
|TranscendentalLisp.LangUnitTests||11:04:17 Thu, Mar 09, 2017|
|
||||
|
|
|
@ -6,3 +6,4 @@ Suite
|
|||
!define TEST_SYSTEM {slim}
|
||||
!path target/classes/
|
||||
!path target/test-classes/
|
||||
!pomFile pom.xml
|
|
@ -0,0 +1 @@
|
|||
SymbolTypes = fitnesse.wikitext.widgets.MavenClasspathSymbolType
|
Binary file not shown.
Loading…
Reference in New Issue