From 9c8f5151f48ecca4c75f2be9f5722f47ec0844a5 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 21 May 2007 17:52:50 +0000 Subject: 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. --- (limited to 'test') 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() -- cgit v0.9.1