Skip to content

Commit

Permalink
Bumping up Forge version to 1.2.2.
Browse files Browse the repository at this point in the history
Reenabling previously ignored tests that depending on eager fetch type argument of the field plugin.
  • Loading branch information
VineetReynolds committed Mar 10, 2013
1 parent 9ddfab5 commit a078dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<parent>
<artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId>
<version>1.2.1.Final</version>
<version>1.2.2.Final</version>
</parent>
<groupId>org.jboss.forge.scaffold.html5</groupId>
<artifactId>plugin-scaffold-html5</artifactId>
<properties>
<forge.api.version>1.2.1.Final</forge.api.version>
<freemarker.version>2.3.19</freemarker.version>
<hamcrest.core.version>1.3</hamcrest.core.version>
<jsoup.version>1.7.2</jsoup.version>
Expand Down Expand Up @@ -70,19 +69,16 @@
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-scaffold-api</artifactId>
<version>${forge.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-shell-api</artifactId>
<version>${forge.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-javaee-api</artifactId>
<version>${forge.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -180,7 +176,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import org.jboss.forge.scaffold.html5.scenario.dronetests.helpers.HasLandedOnSearchUserIdentityView;
import org.jboss.forge.test.web.DroneTest;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

public class Html5ScaffoldScenarioTest extends AbstractHtml5ScaffoldTest {
Expand Down Expand Up @@ -171,7 +170,6 @@ public void testScaffoldForOneToOneRelation() throws Exception {
}

@Test
@Ignore
public void testScaffoldForOneToManyRelation() throws Exception {
generateCustomerEntity();

Expand Down Expand Up @@ -218,7 +216,6 @@ public void testScaffoldForOneToManyRelation() throws Exception {
}

@Test
@Ignore
public void testScaffoldForManyToManyRelation() throws Exception {
generateUserIdentityEntity();

Expand Down

0 comments on commit a078dfe

Please sign in to comment.