summaryrefslogtreecommitdiffstats
path: root/test/test-network-registration
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-06-12 19:33:55 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-06-12 19:33:55 -0500
commit3c27dae5e85ce3e5bf617d2f1bbc33f2addcd236 (patch)
tree26f3ee54d68d30ab46fe855c75164e89bc161456 /test/test-network-registration
parentba8828c095d72fb628fa418b1aa082a765d5d0a3 (diff)
downloadofono-3c27dae5e85ce3e5bf617d2f1bbc33f2addcd236.tar.bz2
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
Diffstat (limited to 'test/test-network-registration')
-rwxr-xr-xtest/test-network-registration2
1 files changed, 1 insertions, 1 deletions
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'])