diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-15 09:00:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-15 09:00:15 -0400 |
commit | 2801a022058b7ea507972a4227b5ba4433f06843 (patch) | |
tree | 5cd2eef07f21b5d86ad37b25f86d820672e81367 /tests/Makefile.in | |
parent | b414e0f54fb79b8131f13eb30a7d4e3e33c60472 (diff) | |
parent | 8641c27434f27843185299a6c76e70f2e87ff5d9 (diff) | |
download | libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.tar.gz libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.tar.bz2 libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.zip |
* New upstream release.
* Fix signals with NULL entries in the loader
* Adding a comment for setting up debugging options
* Adding annotations for GIR files
* Fixing watchers hashtable to detect when we have none
* Fix testing so no tests are XFAIL anymore
* Adding a replace mode for testing indicator services
* Watching new services when the name switches
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index e45b6f7..25e8106 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -34,6 +34,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +XFAIL_TESTS = check_PROGRAMS = test-loader$(EXEEXT) test-desktop-shortcuts$(EXEEXT) \ service-shutdown-timeout$(EXEEXT) \ service-manager-no-connect$(EXEEXT) \ @@ -447,11 +448,6 @@ DISTCLEANFILES = test-desktop-shortcuts-tester \ service-version-multiwatch-tester \ service-manager-connect-nostart-tester loader-tester \ $(XML_REPORT) $(HTML_REPORT) -# Bug 806690 -# Bug 806691 -# Bug 806692 -XFAIL_TESTS = service-manager-connect-tester service-version-tester \ - service-version-multiwatch-tester lib_LTLIBRARIES = \ libdummy-indicator-blank.la \ libdummy-indicator-null.la \ |