From d028bf97a4ce9629b8ebab06978218fc9fa4ca71 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 30 Aug 2012 15:22:06 +0300 Subject: [PATCH] Moved tests/sass to sass/tests (#9299) --- build/build.xml | 6 +++--- {tests/sass => sass/tests}/resources/basic/empty_block.css | 0 {tests/sass => sass/tests}/resources/basic/media.css | 0 {tests/sass => sass/tests}/resources/basic/properties.css | 0 {tests/sass => sass/tests}/resources/basic/reindeer.css | 0 {tests/sass => sass/tests}/resources/basic/selectors.css | 0 {tests/sass => sass/tests}/resources/css/comments.css | 0 .../tests}/resources/css/control-directives.css | 0 {tests/sass => sass/tests}/resources/css/extends.css | 0 {tests/sass => sass/tests}/resources/css/functions.css | 0 {tests/sass => sass/tests}/resources/css/imports.css | 0 .../tests}/resources/css/microsoft-extensions.css | 0 {tests/sass => sass/tests}/resources/css/mixins.css | 0 .../sass => sass/tests}/resources/css/nested-properties.css | 0 {tests/sass => sass/tests}/resources/css/nesting.css | 0 {tests/sass => sass/tests}/resources/css/parent-import.css | 0 .../sass => sass/tests}/resources/css/parent-selector.css | 0 {tests/sass => sass/tests}/resources/css/semicolons.css | 0 {tests/sass => sass/tests}/resources/css/var-guarded.css | 0 {tests/sass => sass/tests}/resources/css/variables.css | 0 .../tests}/resources/scss/_partial-for-import.scss | 0 {tests/sass => sass/tests}/resources/scss/comments.scss | 0 .../tests}/resources/scss/control-directives.scss | 0 {tests/sass => sass/tests}/resources/scss/extends.scss | 0 .../tests}/resources/scss/folder-test/parent-import.scss | 0 .../tests}/resources/scss/folder-test2/base-imported.scss | 0 .../tests}/resources/scss/folder-test2/base.scss | 0 .../tests}/resources/scss/folder-test2/url.scss | 0 .../tests}/resources/scss/folder-test2/variables.scss | 0 {tests/sass => sass/tests}/resources/scss/functions.scss | 0 {tests/sass => sass/tests}/resources/scss/imports.scss | 0 .../sass => sass/tests}/resources/scss/interpolation.scss | 0 .../tests}/resources/scss/microsoft-extensions.scss | 0 {tests/sass => sass/tests}/resources/scss/mixins.scss | 0 .../tests}/resources/scss/nested-properties.scss | 0 {tests/sass => sass/tests}/resources/scss/nesting.scss | 0 .../sass => sass/tests}/resources/scss/parent-selector.scss | 0 .../tests}/resources/scss/reference-parent-selector.css | 0 {tests/sass => sass/tests}/resources/scss/semicolons.scss | 0 {tests/sass => sass/tests}/resources/scss/var-guarded.scss | 0 {tests/sass => sass/tests}/resources/scss/variables.scss | 0 .../tests}/src/com/vaadin/sass/AbstractTestBase.java | 0 .../tests}/src/com/vaadin/sass/parser/ParserTest.java | 0 .../src/com/vaadin/sass/testcases/css/EmptyBlock.java | 0 .../src/com/vaadin/sass/testcases/css/Interpolation.java | 0 .../tests}/src/com/vaadin/sass/testcases/css/Media.java | 0 .../src/com/vaadin/sass/testcases/css/Properties.java | 0 .../tests}/src/com/vaadin/sass/testcases/css/Reindeer.java | 0 .../tests}/src/com/vaadin/sass/testcases/css/Selectors.java | 0 .../tests}/src/com/vaadin/sass/testcases/scss/Comments.java | 0 .../com/vaadin/sass/testcases/scss/ControlDirectives.java | 0 .../tests}/src/com/vaadin/sass/testcases/scss/Extends.java | 0 .../src/com/vaadin/sass/testcases/scss/Functions.java | 0 .../tests}/src/com/vaadin/sass/testcases/scss/Imports.java | 0 .../com/vaadin/sass/testcases/scss/MicrosoftExtensions.java | 0 .../tests}/src/com/vaadin/sass/testcases/scss/Mixins.java | 0 .../com/vaadin/sass/testcases/scss/NestedProperties.java | 0 .../tests}/src/com/vaadin/sass/testcases/scss/Nesting.java | 0 .../src/com/vaadin/sass/testcases/scss/ParentImports.java | 0 .../src/com/vaadin/sass/testcases/scss/ParentSelector.java | 0 .../src/com/vaadin/sass/testcases/scss/Semicolons.java | 0 .../src/com/vaadin/sass/testcases/scss/VariableGuarded.java | 0 .../src/com/vaadin/sass/testcases/scss/Variables.java | 0 .../vaadin/sass/testcases/visitor/ImportVisitorTest.java | 0 .../com/vaadin/sass/testcases/visitor/MixinVisitorTest.java | 0 .../sass/testcases/visitor/NestedPropertiesVisitorTest.java | 0 .../tests}/src/com/vaadin/sass/tree/ImportNodeTest.java | 0 67 files changed, 3 insertions(+), 3 deletions(-) rename {tests/sass => sass/tests}/resources/basic/empty_block.css (100%) rename {tests/sass => sass/tests}/resources/basic/media.css (100%) rename {tests/sass => sass/tests}/resources/basic/properties.css (100%) rename {tests/sass => sass/tests}/resources/basic/reindeer.css (100%) rename {tests/sass => sass/tests}/resources/basic/selectors.css (100%) rename {tests/sass => sass/tests}/resources/css/comments.css (100%) rename {tests/sass => sass/tests}/resources/css/control-directives.css (100%) rename {tests/sass => sass/tests}/resources/css/extends.css (100%) rename {tests/sass => sass/tests}/resources/css/functions.css (100%) rename {tests/sass => sass/tests}/resources/css/imports.css (100%) rename {tests/sass => sass/tests}/resources/css/microsoft-extensions.css (100%) rename {tests/sass => sass/tests}/resources/css/mixins.css (100%) rename {tests/sass => sass/tests}/resources/css/nested-properties.css (100%) rename {tests/sass => sass/tests}/resources/css/nesting.css (100%) rename {tests/sass => sass/tests}/resources/css/parent-import.css (100%) rename {tests/sass => sass/tests}/resources/css/parent-selector.css (100%) rename {tests/sass => sass/tests}/resources/css/semicolons.css (100%) rename {tests/sass => sass/tests}/resources/css/var-guarded.css (100%) rename {tests/sass => sass/tests}/resources/css/variables.css (100%) rename {tests/sass => sass/tests}/resources/scss/_partial-for-import.scss (100%) rename {tests/sass => sass/tests}/resources/scss/comments.scss (100%) rename {tests/sass => sass/tests}/resources/scss/control-directives.scss (100%) rename {tests/sass => sass/tests}/resources/scss/extends.scss (100%) rename {tests/sass => sass/tests}/resources/scss/folder-test/parent-import.scss (100%) rename {tests/sass => sass/tests}/resources/scss/folder-test2/base-imported.scss (100%) rename {tests/sass => sass/tests}/resources/scss/folder-test2/base.scss (100%) rename {tests/sass => sass/tests}/resources/scss/folder-test2/url.scss (100%) rename {tests/sass => sass/tests}/resources/scss/folder-test2/variables.scss (100%) rename {tests/sass => sass/tests}/resources/scss/functions.scss (100%) rename {tests/sass => sass/tests}/resources/scss/imports.scss (100%) rename {tests/sass => sass/tests}/resources/scss/interpolation.scss (100%) rename {tests/sass => sass/tests}/resources/scss/microsoft-extensions.scss (100%) rename {tests/sass => sass/tests}/resources/scss/mixins.scss (100%) rename {tests/sass => sass/tests}/resources/scss/nested-properties.scss (100%) rename {tests/sass => sass/tests}/resources/scss/nesting.scss (100%) rename {tests/sass => sass/tests}/resources/scss/parent-selector.scss (100%) rename {tests/sass => sass/tests}/resources/scss/reference-parent-selector.css (100%) rename {tests/sass => sass/tests}/resources/scss/semicolons.scss (100%) rename {tests/sass => sass/tests}/resources/scss/var-guarded.scss (100%) rename {tests/sass => sass/tests}/resources/scss/variables.scss (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/AbstractTestBase.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/parser/ParserTest.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/css/EmptyBlock.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/css/Interpolation.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/css/Media.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/css/Properties.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/css/Reindeer.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/css/Selectors.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Comments.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/ControlDirectives.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Extends.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Functions.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Imports.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/MicrosoftExtensions.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Mixins.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/NestedProperties.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Nesting.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/ParentImports.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/ParentSelector.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Semicolons.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/VariableGuarded.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/scss/Variables.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/visitor/ImportVisitorTest.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/visitor/MixinVisitorTest.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/testcases/visitor/NestedPropertiesVisitorTest.java (100%) rename {tests/sass => sass/tests}/src/com/vaadin/sass/tree/ImportNodeTest.java (100%) diff --git a/build/build.xml b/build/build.xml index 01775520d0..3e5f688245 100644 --- a/build/build.xml +++ b/build/build.xml @@ -458,7 +458,7 @@ - + @@ -508,10 +508,10 @@ - + - + diff --git a/tests/sass/resources/basic/empty_block.css b/sass/tests/resources/basic/empty_block.css similarity index 100% rename from tests/sass/resources/basic/empty_block.css rename to sass/tests/resources/basic/empty_block.css diff --git a/tests/sass/resources/basic/media.css b/sass/tests/resources/basic/media.css similarity index 100% rename from tests/sass/resources/basic/media.css rename to sass/tests/resources/basic/media.css diff --git a/tests/sass/resources/basic/properties.css b/sass/tests/resources/basic/properties.css similarity index 100% rename from tests/sass/resources/basic/properties.css rename to sass/tests/resources/basic/properties.css diff --git a/tests/sass/resources/basic/reindeer.css b/sass/tests/resources/basic/reindeer.css similarity index 100% rename from tests/sass/resources/basic/reindeer.css rename to sass/tests/resources/basic/reindeer.css diff --git a/tests/sass/resources/basic/selectors.css b/sass/tests/resources/basic/selectors.css similarity index 100% rename from tests/sass/resources/basic/selectors.css rename to sass/tests/resources/basic/selectors.css diff --git a/tests/sass/resources/css/comments.css b/sass/tests/resources/css/comments.css similarity index 100% rename from tests/sass/resources/css/comments.css rename to sass/tests/resources/css/comments.css diff --git a/tests/sass/resources/css/control-directives.css b/sass/tests/resources/css/control-directives.css similarity index 100% rename from tests/sass/resources/css/control-directives.css rename to sass/tests/resources/css/control-directives.css diff --git a/tests/sass/resources/css/extends.css b/sass/tests/resources/css/extends.css similarity index 100% rename from tests/sass/resources/css/extends.css rename to sass/tests/resources/css/extends.css diff --git a/tests/sass/resources/css/functions.css b/sass/tests/resources/css/functions.css similarity index 100% rename from tests/sass/resources/css/functions.css rename to sass/tests/resources/css/functions.css diff --git a/tests/sass/resources/css/imports.css b/sass/tests/resources/css/imports.css similarity index 100% rename from tests/sass/resources/css/imports.css rename to sass/tests/resources/css/imports.css diff --git a/tests/sass/resources/css/microsoft-extensions.css b/sass/tests/resources/css/microsoft-extensions.css similarity index 100% rename from tests/sass/resources/css/microsoft-extensions.css rename to sass/tests/resources/css/microsoft-extensions.css diff --git a/tests/sass/resources/css/mixins.css b/sass/tests/resources/css/mixins.css similarity index 100% rename from tests/sass/resources/css/mixins.css rename to sass/tests/resources/css/mixins.css diff --git a/tests/sass/resources/css/nested-properties.css b/sass/tests/resources/css/nested-properties.css similarity index 100% rename from tests/sass/resources/css/nested-properties.css rename to sass/tests/resources/css/nested-properties.css diff --git a/tests/sass/resources/css/nesting.css b/sass/tests/resources/css/nesting.css similarity index 100% rename from tests/sass/resources/css/nesting.css rename to sass/tests/resources/css/nesting.css diff --git a/tests/sass/resources/css/parent-import.css b/sass/tests/resources/css/parent-import.css similarity index 100% rename from tests/sass/resources/css/parent-import.css rename to sass/tests/resources/css/parent-import.css diff --git a/tests/sass/resources/css/parent-selector.css b/sass/tests/resources/css/parent-selector.css similarity index 100% rename from tests/sass/resources/css/parent-selector.css rename to sass/tests/resources/css/parent-selector.css diff --git a/tests/sass/resources/css/semicolons.css b/sass/tests/resources/css/semicolons.css similarity index 100% rename from tests/sass/resources/css/semicolons.css rename to sass/tests/resources/css/semicolons.css diff --git a/tests/sass/resources/css/var-guarded.css b/sass/tests/resources/css/var-guarded.css similarity index 100% rename from tests/sass/resources/css/var-guarded.css rename to sass/tests/resources/css/var-guarded.css diff --git a/tests/sass/resources/css/variables.css b/sass/tests/resources/css/variables.css similarity index 100% rename from tests/sass/resources/css/variables.css rename to sass/tests/resources/css/variables.css diff --git a/tests/sass/resources/scss/_partial-for-import.scss b/sass/tests/resources/scss/_partial-for-import.scss similarity index 100% rename from tests/sass/resources/scss/_partial-for-import.scss rename to sass/tests/resources/scss/_partial-for-import.scss diff --git a/tests/sass/resources/scss/comments.scss b/sass/tests/resources/scss/comments.scss similarity index 100% rename from tests/sass/resources/scss/comments.scss rename to sass/tests/resources/scss/comments.scss diff --git a/tests/sass/resources/scss/control-directives.scss b/sass/tests/resources/scss/control-directives.scss similarity index 100% rename from tests/sass/resources/scss/control-directives.scss rename to sass/tests/resources/scss/control-directives.scss diff --git a/tests/sass/resources/scss/extends.scss b/sass/tests/resources/scss/extends.scss similarity index 100% rename from tests/sass/resources/scss/extends.scss rename to sass/tests/resources/scss/extends.scss diff --git a/tests/sass/resources/scss/folder-test/parent-import.scss b/sass/tests/resources/scss/folder-test/parent-import.scss similarity index 100% rename from tests/sass/resources/scss/folder-test/parent-import.scss rename to sass/tests/resources/scss/folder-test/parent-import.scss diff --git a/tests/sass/resources/scss/folder-test2/base-imported.scss b/sass/tests/resources/scss/folder-test2/base-imported.scss similarity index 100% rename from tests/sass/resources/scss/folder-test2/base-imported.scss rename to sass/tests/resources/scss/folder-test2/base-imported.scss diff --git a/tests/sass/resources/scss/folder-test2/base.scss b/sass/tests/resources/scss/folder-test2/base.scss similarity index 100% rename from tests/sass/resources/scss/folder-test2/base.scss rename to sass/tests/resources/scss/folder-test2/base.scss diff --git a/tests/sass/resources/scss/folder-test2/url.scss b/sass/tests/resources/scss/folder-test2/url.scss similarity index 100% rename from tests/sass/resources/scss/folder-test2/url.scss rename to sass/tests/resources/scss/folder-test2/url.scss diff --git a/tests/sass/resources/scss/folder-test2/variables.scss b/sass/tests/resources/scss/folder-test2/variables.scss similarity index 100% rename from tests/sass/resources/scss/folder-test2/variables.scss rename to sass/tests/resources/scss/folder-test2/variables.scss diff --git a/tests/sass/resources/scss/functions.scss b/sass/tests/resources/scss/functions.scss similarity index 100% rename from tests/sass/resources/scss/functions.scss rename to sass/tests/resources/scss/functions.scss diff --git a/tests/sass/resources/scss/imports.scss b/sass/tests/resources/scss/imports.scss similarity index 100% rename from tests/sass/resources/scss/imports.scss rename to sass/tests/resources/scss/imports.scss diff --git a/tests/sass/resources/scss/interpolation.scss b/sass/tests/resources/scss/interpolation.scss similarity index 100% rename from tests/sass/resources/scss/interpolation.scss rename to sass/tests/resources/scss/interpolation.scss diff --git a/tests/sass/resources/scss/microsoft-extensions.scss b/sass/tests/resources/scss/microsoft-extensions.scss similarity index 100% rename from tests/sass/resources/scss/microsoft-extensions.scss rename to sass/tests/resources/scss/microsoft-extensions.scss diff --git a/tests/sass/resources/scss/mixins.scss b/sass/tests/resources/scss/mixins.scss similarity index 100% rename from tests/sass/resources/scss/mixins.scss rename to sass/tests/resources/scss/mixins.scss diff --git a/tests/sass/resources/scss/nested-properties.scss b/sass/tests/resources/scss/nested-properties.scss similarity index 100% rename from tests/sass/resources/scss/nested-properties.scss rename to sass/tests/resources/scss/nested-properties.scss diff --git a/tests/sass/resources/scss/nesting.scss b/sass/tests/resources/scss/nesting.scss similarity index 100% rename from tests/sass/resources/scss/nesting.scss rename to sass/tests/resources/scss/nesting.scss diff --git a/tests/sass/resources/scss/parent-selector.scss b/sass/tests/resources/scss/parent-selector.scss similarity index 100% rename from tests/sass/resources/scss/parent-selector.scss rename to sass/tests/resources/scss/parent-selector.scss diff --git a/tests/sass/resources/scss/reference-parent-selector.css b/sass/tests/resources/scss/reference-parent-selector.css similarity index 100% rename from tests/sass/resources/scss/reference-parent-selector.css rename to sass/tests/resources/scss/reference-parent-selector.css diff --git a/tests/sass/resources/scss/semicolons.scss b/sass/tests/resources/scss/semicolons.scss similarity index 100% rename from tests/sass/resources/scss/semicolons.scss rename to sass/tests/resources/scss/semicolons.scss diff --git a/tests/sass/resources/scss/var-guarded.scss b/sass/tests/resources/scss/var-guarded.scss similarity index 100% rename from tests/sass/resources/scss/var-guarded.scss rename to sass/tests/resources/scss/var-guarded.scss diff --git a/tests/sass/resources/scss/variables.scss b/sass/tests/resources/scss/variables.scss similarity index 100% rename from tests/sass/resources/scss/variables.scss rename to sass/tests/resources/scss/variables.scss diff --git a/tests/sass/src/com/vaadin/sass/AbstractTestBase.java b/sass/tests/src/com/vaadin/sass/AbstractTestBase.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/AbstractTestBase.java rename to sass/tests/src/com/vaadin/sass/AbstractTestBase.java diff --git a/tests/sass/src/com/vaadin/sass/parser/ParserTest.java b/sass/tests/src/com/vaadin/sass/parser/ParserTest.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/parser/ParserTest.java rename to sass/tests/src/com/vaadin/sass/parser/ParserTest.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/css/EmptyBlock.java b/sass/tests/src/com/vaadin/sass/testcases/css/EmptyBlock.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/css/EmptyBlock.java rename to sass/tests/src/com/vaadin/sass/testcases/css/EmptyBlock.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/css/Interpolation.java b/sass/tests/src/com/vaadin/sass/testcases/css/Interpolation.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/css/Interpolation.java rename to sass/tests/src/com/vaadin/sass/testcases/css/Interpolation.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/css/Media.java b/sass/tests/src/com/vaadin/sass/testcases/css/Media.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/css/Media.java rename to sass/tests/src/com/vaadin/sass/testcases/css/Media.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/css/Properties.java b/sass/tests/src/com/vaadin/sass/testcases/css/Properties.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/css/Properties.java rename to sass/tests/src/com/vaadin/sass/testcases/css/Properties.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/css/Reindeer.java b/sass/tests/src/com/vaadin/sass/testcases/css/Reindeer.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/css/Reindeer.java rename to sass/tests/src/com/vaadin/sass/testcases/css/Reindeer.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/css/Selectors.java b/sass/tests/src/com/vaadin/sass/testcases/css/Selectors.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/css/Selectors.java rename to sass/tests/src/com/vaadin/sass/testcases/css/Selectors.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Comments.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Comments.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Comments.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Comments.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/ControlDirectives.java b/sass/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/ControlDirectives.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Extends.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Extends.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Extends.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Extends.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Functions.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Functions.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Functions.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Functions.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Imports.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Imports.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Imports.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Imports.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/MicrosoftExtensions.java b/sass/tests/src/com/vaadin/sass/testcases/scss/MicrosoftExtensions.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/MicrosoftExtensions.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/MicrosoftExtensions.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Mixins.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Mixins.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Mixins.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Mixins.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/NestedProperties.java b/sass/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/NestedProperties.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Nesting.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Nesting.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Nesting.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Nesting.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/ParentImports.java b/sass/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/ParentImports.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/ParentSelector.java b/sass/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/ParentSelector.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Semicolons.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Semicolons.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Semicolons.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Semicolons.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/VariableGuarded.java b/sass/tests/src/com/vaadin/sass/testcases/scss/VariableGuarded.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/VariableGuarded.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/VariableGuarded.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/scss/Variables.java b/sass/tests/src/com/vaadin/sass/testcases/scss/Variables.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/scss/Variables.java rename to sass/tests/src/com/vaadin/sass/testcases/scss/Variables.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/visitor/ImportVisitorTest.java b/sass/tests/src/com/vaadin/sass/testcases/visitor/ImportVisitorTest.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/visitor/ImportVisitorTest.java rename to sass/tests/src/com/vaadin/sass/testcases/visitor/ImportVisitorTest.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/visitor/MixinVisitorTest.java b/sass/tests/src/com/vaadin/sass/testcases/visitor/MixinVisitorTest.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/visitor/MixinVisitorTest.java rename to sass/tests/src/com/vaadin/sass/testcases/visitor/MixinVisitorTest.java diff --git a/tests/sass/src/com/vaadin/sass/testcases/visitor/NestedPropertiesVisitorTest.java b/sass/tests/src/com/vaadin/sass/testcases/visitor/NestedPropertiesVisitorTest.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/testcases/visitor/NestedPropertiesVisitorTest.java rename to sass/tests/src/com/vaadin/sass/testcases/visitor/NestedPropertiesVisitorTest.java diff --git a/tests/sass/src/com/vaadin/sass/tree/ImportNodeTest.java b/sass/tests/src/com/vaadin/sass/tree/ImportNodeTest.java similarity index 100% rename from tests/sass/src/com/vaadin/sass/tree/ImportNodeTest.java rename to sass/tests/src/com/vaadin/sass/tree/ImportNodeTest.java -- 2.39.5