aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-25 11:54:05 -0500
committerTed Gould <ted@gould.cx>2010-03-25 11:54:05 -0500
commit5483c83e5773e27c62677f22e03b7e335629950c (patch)
tree3ea72fcf36f76ee7bb32b88d83bc9fc7d2dce275 /tests
parent543f7fca61ce2a47403872d156f783ae314cc334 (diff)
parent9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a (diff)
downloadlibayatana-appindicator-5483c83e5773e27c62677f22e03b7e335629950c.tar.gz
libayatana-appindicator-5483c83e5773e27c62677f22e03b7e335629950c.tar.bz2
libayatana-appindicator-5483c83e5773e27c62677f22e03b7e335629950c.zip
* Upstream Release 0.0.18
* Change when there are updates to Check and Radio buttons via their actions. (LP: #542221) * Fixing icon updating with themes and naming fallbacks with the status icon fallback. (LP: #532858)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/test-libappindicator.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d42ed2b..d3b18d8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -143,6 +143,7 @@ HTML_REPORT = libappindicator-check-results.html
libappindicator-tests: libappindicator-tests-gtester Makefile.am
@echo "#!/bin/sh" > $@
+ @echo . $(srcdir)/run-xvfb.sh >> $@
@echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
@chmod +x $@
diff --git a/tests/test-libappindicator.c b/tests/test-libappindicator.c
index 896782d..c987a8f 100644
--- a/tests/test-libappindicator.c
+++ b/tests/test-libappindicator.c
@@ -176,7 +176,7 @@ test_libappindicator_props_suite (void)
gint
main (gint argc, gchar * argv[])
{
- g_type_init();
+ gtk_init(&argc, &argv);
g_test_init(&argc, &argv, NULL);
/* Test suites */