Skip to content

Commit

Permalink
devonfw#1642 re-enabled CLI adaptTemplatesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Mar 21, 2023
1 parent bb43ce7 commit b0d8ba8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import java.util.ArrayList;
import java.util.List;

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

import com.devonfw.cobigen.api.constants.ConfigurationConstants;
Expand Down Expand Up @@ -99,12 +98,8 @@ public void adaptTemplateSetTest() throws Exception {
*/

@Test
@Ignore
public void adaptTemplatesTest() throws Exception {

Path cliSystemTestPath = new File(
AdaptTemplatesCommandIT.class.getProtectionDomain().getCodeSource().getLocation().toURI()).getParentFile()
.getParentFile().toPath();
Path templatesPath = this.currentHome.resolve(ConfigurationConstants.TEMPLATES_FOLDER);
Path CobigenTemplatesPath = templatesPath.resolve(ConfigurationConstants.COBIGEN_TEMPLATES);
if (!Files.exists(templatesPath)) {
Expand Down

0 comments on commit b0d8ba8

Please sign in to comment.