Skip to content

Commit

Permalink
Restored working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Apr 12, 2013
1 parent 7925e7c commit 118e088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.wakaleo.gameoflife.domain;

public enum Cell {
LIVE_CELL("+"), DEAD_CELL(".");
LIVE_CELL("*"), DEAD_CELL(".");

private String symbol;

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- A workaround for a bug in PMD -->
<targetJdk>1.6</targetJdk>
<github.account>wakaleo</github.account>
<thucydides.version>0.9.22</thucydides.version>
<thucydides.version>0.9.107</thucydides.version>
<jelastic.context>gameoflife</jelastic.context>
<jelastic.environment>wakaleo</jelastic.environment>
</properties>
Expand All @@ -29,7 +29,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.2</version>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down Expand Up @@ -158,7 +158,7 @@
</execution>
</executions>
<configuration>
<storyType>html</storyType>
<storyType>html</storyType> l
<storyReport>${basedir}/target/easyb/easyb-report.html
</storyReport>
</configuration>
Expand Down

0 comments on commit 118e088

Please sign in to comment.