From f52c25fbb87d4c872304323d8ab42ba6d3ea0497 Mon Sep 17 00:00:00 2001 From: denisanisimov Date: Thu, 30 Jan 2014 11:38:59 +0200 Subject: [PATCH] Fix false-negative sasslangbroken tests (#13275). Change-Id: I184418667c1de63cbdbc26d75f2268415a8f06f9 --- .../{sasslangbroken => sasslang}/css/350-test_interpolation.css | 0 .../css}/390-test_parent_selector_with_parent_and_subject.scss | 0 .../{sasslangbroken => sasslang}/scss/350-test_interpolation.scss | 0 .../scss}/390-test_parent_selector_with_parent_and_subject.css | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename theme-compiler/tests/resources/{sasslangbroken => sasslang}/css/350-test_interpolation.css (100%) rename theme-compiler/tests/resources/{sasslangbroken/scss => sasslang/css}/390-test_parent_selector_with_parent_and_subject.scss (100%) rename theme-compiler/tests/resources/{sasslangbroken => sasslang}/scss/350-test_interpolation.scss (100%) rename theme-compiler/tests/resources/{sasslangbroken/css => sasslang/scss}/390-test_parent_selector_with_parent_and_subject.css (100%) diff --git a/theme-compiler/tests/resources/sasslangbroken/css/350-test_interpolation.css b/theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css similarity index 100% rename from theme-compiler/tests/resources/sasslangbroken/css/350-test_interpolation.css rename to theme-compiler/tests/resources/sasslang/css/350-test_interpolation.css diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/390-test_parent_selector_with_parent_and_subject.scss b/theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.scss similarity index 100% rename from theme-compiler/tests/resources/sasslangbroken/scss/390-test_parent_selector_with_parent_and_subject.scss rename to theme-compiler/tests/resources/sasslang/css/390-test_parent_selector_with_parent_and_subject.scss diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/350-test_interpolation.scss b/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss similarity index 100% rename from theme-compiler/tests/resources/sasslangbroken/scss/350-test_interpolation.scss rename to theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss diff --git a/theme-compiler/tests/resources/sasslangbroken/css/390-test_parent_selector_with_parent_and_subject.css b/theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.css similarity index 100% rename from theme-compiler/tests/resources/sasslangbroken/css/390-test_parent_selector_with_parent_and_subject.css rename to theme-compiler/tests/resources/sasslang/scss/390-test_parent_selector_with_parent_and_subject.css -- 2.39.5