]> source.dussan.org Git - vaadin-framework.git/commit
Move some SCSS tests to be scanned automatically 01/401/1
authorHenri Sara <hesara@vaadin.com>
Tue, 27 Nov 2012 09:14:57 +0000 (11:14 +0200)
committerHenri Sara <hesara@vaadin.com>
Tue, 27 Nov 2012 09:14:57 +0000 (11:14 +0200)
commite8ef66d2d6dde9cb1b9b0fa0df24643c1e0f6f26
treee1db21d0bdbf3eede8f721527ce57a12e86d4c7d
parentec9b340b8d2bbbaed560834ad828f7d9857eaf15
Move some SCSS tests to be scanned automatically

Change-Id: I7590c6cd20f649a5c02e92673d44cf1c2721b95d
21 files changed:
theme-compiler/tests/resources/automatic/css/listmodify.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/microsoft-extensions.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/remove-directive.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/semicolons.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/listmodify.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/remove-directive.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/semicolons.scss [new file with mode: 0644]
theme-compiler/tests/resources/css/listmodify.css [deleted file]
theme-compiler/tests/resources/css/microsoft-extensions.css [deleted file]
theme-compiler/tests/resources/css/remove-directive.css [deleted file]
theme-compiler/tests/resources/css/semicolons.css [deleted file]
theme-compiler/tests/resources/scss/listmodify.scss [deleted file]
theme-compiler/tests/resources/scss/microsoft-extensions.scss [deleted file]
theme-compiler/tests/resources/scss/remove-directive.scss [deleted file]
theme-compiler/tests/resources/scss/semicolons.scss [deleted file]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java [new file with mode: 0644]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ListModify.java [deleted file]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/MicrosoftExtensions.java [deleted file]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/RemoveDirective.java [deleted file]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Semicolons.java [deleted file]