]> source.dussan.org Git - vaadin-framework.git/commit
Add sub directory support to sass test scanner (#12790)
authorArtur Signell <artur@vaadin.com>
Tue, 15 Oct 2013 18:49:25 +0000 (21:49 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Oct 2013 09:30:21 +0000 (09:30 +0000)
commit7c12694e047c42bf5f2ab189512e3346541e9c51
tree03e0cfb6f2dbfc1572abc4fc755522406758cc80
parente70ba25c2d1a43dccd43e6ece8f7c126355332c0
Add sub directory support to sass test scanner (#12790)

Exclude partial scss files (starting with _)
Add new lines to normalized css for easier comparison

Change-Id: I2bfb796b293cb0b578c3c5c56aacffe7c1514b02
14 files changed:
theme-compiler/tests/resources/automatic/scss/foo/_bar.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/foo/bar.scss [deleted file]
theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss
theme-compiler/tests/resources/automatic/scss/nested-import.scss
theme-compiler/tests/resources/automatic/scss/to-be-imported/_imported-file-contains-comments-in-last-line.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/to-be-imported/imported-file-contains-comments-in-last-line.scss [deleted file]
theme-compiler/tests/resources/automatic/scss/url-path.scss
theme-compiler/tests/resources/automatic/scss/utf8-imported/_to-be-imported-scss-file-contains-utf8.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/utf8-imported/to-be-imported-scss-file-contains-utf8.scss [deleted file]
theme-compiler/tests/resources/automatic/scss/utf8.scss
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java