Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2007-05-21 17:52:50 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2007-05-21 17:52:50 (GMT)
commit9c8f5151f48ecca4c75f2be9f5722f47ec0844a5 (patch)
tree41ca1bad4034badb59877e132d8d4a975830ca6e /test
parent17487584b0d88ec267ee781a9166df2cb01a3a58 (diff)
Ported over the testing code from gtk-engines.
I'll try to get converage reports and see if something is missing from the tests. I also need to check where all those leaks that valgrind reports in GTK+ are comming from and if it is save to ignore them.
Diffstat (limited to 'test')
-rwxr-xr-xtest/gtk-engine-test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gtk-engine-test.py b/test/gtk-engine-test.py
index 4487002..d145207 100755
--- a/test/gtk-engine-test.py
+++ b/test/gtk-engine-test.py
@@ -47,8 +47,8 @@ class Base:
settings = gtk.settings_get_default()
-if settings.get_property('gtk-theme-name') != 'olpc':
- settings.set_string_property('gtk-theme-name', 'olpc', '')
+if settings.get_property('gtk-theme-name') != 'sugar':
+ settings.set_string_property('gtk-theme-name', 'sugar', '')
base = Base()
base.main()