From 3c27dae5e85ce3e5bf617d2f1bbc33f2addcd236 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 12 Jun 2009 19:33:55 -0500 Subject: Fixup style issues with previous MCC/MNC patch - Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts --- test/test-network-registration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-network-registration') diff --git a/test/test-network-registration b/test/test-network-registration index 8d2176b5..5bc713a0 100755 --- a/test/test-network-registration +++ b/test/test-network-registration @@ -66,7 +66,7 @@ if __name__ == "__main__": print "" print "Operator at path: '%s'" % (path) - print "Name: '%s', MCC: '%d', MNC: '%d', status: '%s'" %\ + print "Name: '%s', MCC: '%s', MNC: '%s', status: '%s'" %\ (props['Name'], props['MobileCountryCode'], props['MobileNetworkCode'], props['Status']) -- cgit v1.2.3