Skip to content

Commit

Permalink
#503 fix and ignored test, which is not yet working as of issue #487
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Mar 16, 2018
1 parent 7c351c6 commit f7d5574
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import java.io.File;

import org.junit.Ignore;
import org.junit.Test;

import com.capgemini.cobigen.maven.test.AbstractMavenTest;
Expand Down Expand Up @@ -44,9 +45,10 @@ public void testAllTemplatesGeneration_EtoInput() throws Exception {
* test fails
*/
@Test
@Ignore("not yet possible as of maven issue")
public void testAllTemplatesGeneration_OpenApiInput() throws Exception {

File testProject = new File(TEST_RESOURCES_ROOT + "TestAllTemplatesEtoInput/");
File testProject = new File(TEST_RESOURCES_ROOT + "TestAllTemplatesOpenApiInput/");
runMavenInvoker(testProject, new File("").getAbsoluteFile());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ info:
title: Devon Example
description: Example of a API definition
version: 1.0.0
x-rootpackage: com.capgemini.demo
paths:
/datamanagement/v1/someData/{id}:
get:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<artifactId>cobigen-tempeng-freemarker</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-javaplugin</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-htmlplugin</artifactId>
Expand Down

0 comments on commit f7d5574

Please sign in to comment.