------------------------------------------------------------
revno: 387
committer: Siegfried-Angel Gevatter Pujals <siegfr...@gevatter.com>
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

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to