diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-16 19:58:48 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-01-16 19:58:48 +0000 |
commit | a840d1a37fe26d5f05fc330be60b282f72a828c6 (patch) | |
tree | 5d9d494fc8c3a9ff1c990e5a557b8be5860fd51a /debian/changelog | |
parent | cb972ad5ba65378b17682c09915b7c9cb3b3aa9b (diff) | |
parent | 5dc4e9d194c9323db74750b069a8ec446a48e3ef (diff) | |
download | ayatana-indicator-session-a840d1a37fe26d5f05fc330be60b282f72a828c6.tar.gz ayatana-indicator-session-a840d1a37fe26d5f05fc330be60b282f72a828c6.tar.bz2 ayatana-indicator-session-a840d1a37fe26d5f05fc330be60b282f72a828c6.zip |
Fix test -- disable TestCanStartService for the build; instead make it available via "make localcheck"; and move it to be run in an autopkgtest.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a9c9181..eb8acc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,11 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Remove libpackagekit-glib2-dev and libpolkit-gobject-1-dev from Build-Depends. (LP: #1085100) - Remove packagekit from Recommends + - Add XS-Testsuite: autopkgtest. + * debian/tests: + - Add start-service test; verify that the indicator can be started from + DBUS. + - Add debian/tests/control. * Automatic snapshot from revision 373 (bootstrap): - Check to make sure that create_display_proxy() succeeded before using the proxy pointer that gets returned. (LP: #1078119) @@ -21,6 +26,11 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Hide 'start screen saver' action, if it's locked down. (LP: #1066825) - Use the same icons in the greeter as in the user session (LP: #1049244) - Test upower_proxy for NULL before using it. (LP: #1061844) + * Move TestCanStartService into a separate make target "localcheck"; so that + the other tests can successfully run, and this one be used as an + integration check. + * debian/control: temporarily comment out the XS-Testsuite entry to disable + autopkgtest until the tests really work properly. [ Sebastien Bacher ] * debian/control: |