All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix NetworkRegistration test by fixing indentation.
@ 2009-06-18  3:44 Andrzej Zaborowski
  2009-06-18  5:16 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2009-06-18  3:44 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

[Sorry if you get this mail or some of the other mails a second time,
I sent a copy from an unsubscribed address yesterday].
---
 test/test-network-registration |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test-network-registration b/test/test-network-registration
index 8d2176b..b21d06a 100755
--- a/test/test-network-registration
+++ b/test/test-network-registration
@@ -78,7 +78,7 @@ if __name__ == "__main__":
 		else:
 			obj = bus.get_object('org.ofono', sys.argv[1]);
 			op = dbus.Interface(obj, 'org.ofono.NetworkOperator')
-		op.Register()
+			op.Register()
 	except dbus.DBusException, e:
 		print "Unable to register/deregister: ", e
 		sys.exit(1)
-- 
1.6.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix NetworkRegistration test by fixing indentation.
  2009-06-18  3:44 [PATCH] Fix NetworkRegistration test by fixing indentation Andrzej Zaborowski
@ 2009-06-18  5:16 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2009-06-18  5:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

On Wednesday 17 June 2009 22:44:06 Andrzej Zaborowski wrote:
> [Sorry if you get this mail or some of the other mails a second time,
> I sent a copy from an unsubscribed address yesterday].

Patch has been applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-18  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18  3:44 [PATCH] Fix NetworkRegistration test by fixing indentation Andrzej Zaborowski
2009-06-18  5:16 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.