aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-03-29 22:14:04 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-03-29 22:14:04 -0400
commit64eef1aea1bca369696f73210c5967ac379e2822 (patch)
treef0f9d816047051b665d0f0fe8f6e6926532da12b /tests
parent05da30c294f14a4ad6bdbb9a6293ca0616c508e2 (diff)
parentdd8d40d4e6805fc9cbbc880808edb6ee05b492df (diff)
downloadlibayatana-appindicator-64eef1aea1bca369696f73210c5967ac379e2822.tar.gz
libayatana-appindicator-64eef1aea1bca369696f73210c5967ac379e2822.tar.bz2
libayatana-appindicator-64eef1aea1bca369696f73210c5967ac379e2822.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 */