From 821540aee4d469f87318915a5e902e35abd56519 Mon Sep 17 00:00:00 2001 From: jurcovicovam Date: Fri, 20 Jun 2014 13:55:30 +0200 Subject: [PATCH] . --- .../java/com/github/sommeri/less4j/SimpleCssTest.java | 8 ++++---- src/test/resources/command-line/warnings.css | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 src/test/resources/command-line/warnings.css diff --git a/src/test/java/com/github/sommeri/less4j/SimpleCssTest.java b/src/test/java/com/github/sommeri/less4j/SimpleCssTest.java index e794aa86..7ab83095 100644 --- a/src/test/java/com/github/sommeri/less4j/SimpleCssTest.java +++ b/src/test/java/com/github/sommeri/less4j/SimpleCssTest.java @@ -20,7 +20,7 @@ * from the master branch. * */ -//@Ignore +@Ignore @RunWith(Parameterized.class) public class SimpleCssTest extends AbstractFileBasedTest { @@ -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(); @@ -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; } diff --git a/src/test/resources/command-line/warnings.css b/src/test/resources/command-line/warnings.css new file mode 100644 index 00000000..a3d1aec8 --- /dev/null +++ b/src/test/resources/command-line/warnings.css @@ -0,0 +1,3 @@ +{ + padding: 2 2 2 2; +}