[PATCH] Fix NetworkRegistration test by fixing indentation.

Andrzej Zaborowski andrew.zaborowski at intel.com
Wed Jun 17 20:44:06 PDT 2009


[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



More information about the ofono mailing list