diff options
author | Ted Gould <ted@gould.cx> | 2011-07-14 13:34:38 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-14 13:34:38 -0500 |
commit | d2d97806146c89ccbbc9cb6109cde82a73065ca6 (patch) | |
tree | 0124bd75adbb9033149f2e5d2497fc158d466a66 /tests | |
parent | 798939969f32e2b11e781b4cdd82f13e69ddfae4 (diff) | |
parent | 6032a847e527d10641396268dfe4d0db176d3b56 (diff) | |
download | libayatana-indicator-d2d97806146c89ccbbc9cb6109cde82a73065ca6.tar.gz libayatana-indicator-d2d97806146c89ccbbc9cb6109cde82a73065ca6.tar.bz2 libayatana-indicator-d2d97806146c89ccbbc9cb6109cde82a73065ca6.zip |
* New upstream release.
* Watching new services when the name switches
Diffstat (limited to 'tests')
-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 \ |