summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-05 15:54:50 +0100
committerMatthias Clasen <mclasen@redhat.com>2016-02-05 16:35:43 +0100
commitf2e08d3a9c2edd68796c87526066f9d26594b70d (patch)
tree17a7d9cd86583cd129db71012f479188de794f09 /testsuite
parent132abb8749f6c175a4277056ec04b7ed826a7d5e (diff)
downloadgtk+-f2e08d3a9c2edd68796c87526066f9d26594b70d.tar.gz
css tests: Fix style tests
Commit d0fd7990c3f2c738f86185418ccd76b14da8a776 changed the location of builtin themes, breaking the loading of the empty theme in test-css-style.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/css/style/gtk.css (renamed from testsuite/css/style/Empty.css)0
-rw-r--r--testsuite/css/style/test-css-style.gresource.xml4
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/css/style/Empty.css b/testsuite/css/style/gtk.css
index e69de29bb2..e69de29bb2 100644
--- a/testsuite/css/style/Empty.css
+++ b/testsuite/css/style/gtk.css
diff --git a/testsuite/css/style/test-css-style.gresource.xml b/testsuite/css/style/test-css-style.gresource.xml
index 1625b862d8..ac116a5139 100644
--- a/testsuite/css/style/test-css-style.gresource.xml
+++ b/testsuite/css/style/test-css-style.gresource.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/org/gtk/libgtk/theme">
- <file>Empty.css</file>
+ <gresource prefix="/org/gtk/libgtk/theme/Empty">
+ <file>gtk.css</file>
</gresource>
</gresources>