Changes: Fixes test test_invoker_signal_forward (extra warnings has appeared in test application)

RevBy: Thyagarajan Balakrishnan
pull/1/head
Marek Ruszczak 14 years ago
parent 548fbdd5ca
commit ec6f93dd01

1
debian/changelog vendored

@ -1,6 +1,7 @@
applauncherd (3.0.2) unstable; urgency=low
* disabling xsession/crash-reporter-daemon in performance test (probably breaks test at random cases)
* Changes: Fixes test test_invoker_signal_forward (extra warnings has appeared in test application)
-- Marek Ruszczak <ext-marek.ruszczak@nokia.com> Thu, 23 Feb 2012 16:13:38 +0200

@ -393,7 +393,7 @@ class InvokerTests(CustomTestCase):
st, op = commands.getstatusoutput("/usr/share/applauncherd-testscripts/signal-forward/fala_inv_sf.py")
debug("The Invoker killed by : <%s>" %op)
self.assert_(op.startswith('Segmentation fault') == True, "The invoker(m-booster) was not killed by the same signal")
self.assert_(op.find('Segmentation fault')!=-1, "The invoker(m-booster) was not killed by the same signal. Result:\n%s" %(op))
if(sighup):
self.sighup_applauncherd()

Loading…
Cancel
Save