Skip to content

Commit 6a542b8

Browse files
author
Igor Polevoy
committed
#223 Lessc plugin need to be able to process more than one file - un-ignoring tests failing on Windows
1 parent 8ce98e6 commit 6a542b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activeweb-lessc-integration-test/src/test/java/org/javalite/lessc/maven/IntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected String execute(String root, boolean offline, String... args) throws IO
3737
return output;
3838
}
3939

40-
@Test @Ignore
40+
@Test
4141
public void shouldCompileProjectWithSingleLessFile() throws IOException, InterruptedException, MavenInvocationException {
4242

4343
String root = "target/test-project";
@@ -52,7 +52,7 @@ public void shouldCompileProjectWithSingleLessFile() throws IOException, Interru
5252
a(f.exists()).shouldBeTrue();
5353
}
5454

55-
@Test @Ignore
55+
@Test
5656
public void shouldCompileProjectWithMultipleLessFile() throws IOException, InterruptedException, MavenInvocationException {
5757
String root = "target/test-project-list";
5858
String output = execute(root, true, "clean");

0 commit comments

Comments
 (0)