zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #04721
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 387: Fix testQuit to actually test something.
------------------------------------------------------------
revno: 387
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Wed 2012-02-08 00:02:04 +0100
message:
Fix testQuit to actually test something.
modified:
test/dbus/remote-test.py
tools/development/README
--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'test/dbus/remote-test.py'
--- test/dbus/remote-test.py 2012-01-02 07:42:53 +0000
+++ test/dbus/remote-test.py 2012-02-07 23:02:04 +0000
@@ -453,6 +453,9 @@
engine in a clean way.
"""
self.client._iface.Quit()
+ self.daemon.wait()
+ self.assertRaises(OSError, self.kill_daemon)
+ self.spawn_daemon()
def testSIGHUP(self):
"""
=== modified file 'tools/development/README'
--- tools/development/README 2011-12-31 12:50:33 +0000
+++ tools/development/README 2012-02-07 23:02:04 +0000
@@ -23,5 +23,5 @@
# --queries tools/development/query_sets/timerange_always.txt
# tools/development/query_timings.py --name "lp:some-branch" -o somebranch.json \
# --queries tools/development/query_sets/timerange_always.txt
-# tools/development/query_timings.py --plot trunk.json --type marsh_time \
+# tools/development/query_timings.py --plot trunk.json --type overall \
# -o benchmark.svg