From: Patrik Flykt Date: Tue, 25 Oct 2011 07:51:38 +0000 (+0300) Subject: test: Use session.Destroy() X-Git-Tag: 2.0_alpha~973 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3c40382d9a8de807dd8ba9a2bfe131a5aa46a32;p=framework%2Fconnectivity%2Fconnman.git test: Use session.Destroy() Use session.Destroy() instead of the Manager API DestroySession() method call. --- diff --git a/test/test-session b/test/test-session index 119faca..7613b10 100755 --- a/test/test-session +++ b/test/test-session @@ -104,7 +104,7 @@ class SessionApplication(dbus.service.Object): if not s: return if s['session']: - self.manager.DestroySession(s['session_path']) + s['session'].Destroy() s['session'] = None if s['notify']: s['notify'].remove_from_connection()