Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jurcovicovam committed Jun 20, 2014
1 parent a51545c commit 821540a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/com/github/sommeri/less4j/SimpleCssTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* from the master branch.
*
*/
//@Ignore
@Ignore
@RunWith(Parameterized.class)
public class SimpleCssTest extends AbstractFileBasedTest {

Expand Down Expand Up @@ -90,7 +90,7 @@ protected CompilationResult supercompile(File lessFile, File cssOutput) throws L
LessSource.StringSource lessSource = new LessSource.StringSource(content);
actual = compiler.compile(lessSource, configuration);

System.out.println(actual.getSourceMap());
//System.out.println(actual.getSourceMap());
} catch (Throwable e) {
// TODO Auto-generated catch block
e.printStackTrace();
Expand All @@ -109,8 +109,8 @@ protected CompilationResult compile(File lessFile, File cssOutput) throws Less4j
throw new RuntimeException(e);
}
}
System.out.println("**************************************");
System.out.println(result.getCss());
// System.out.println("**************************************");
// System.out.println(result.getCss());
return result;
}

Expand Down
3 changes: 3 additions & 0 deletions src/test/resources/command-line/warnings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
padding: 2 2 2 2;
}

0 comments on commit 821540a

Please sign in to comment.