Index: native_client_sdk/src/tools/tests/getos_test.py |
diff --git a/native_client_sdk/src/tools/tests/getos_test.py b/native_client_sdk/src/tools/tests/getos_test.py |
index 498c52ac3622e4856d0bab6661954814e1a05827..9004bd9e0f08210af2c2a793b27e01fc7b578497 100755 |
--- a/native_client_sdk/src/tools/tests/getos_test.py |
+++ b/native_client_sdk/src/tools/tests/getos_test.py |
@@ -117,7 +117,7 @@ class TestGetosWithTempdir(TestCaseExtended): |
def testGetSDKVersion(self): |
"""correctly parses README to find SDK version.""" |
- expected_version = (16, 196) |
+ expected_version = (16, '196') |
with open(os.path.join(self.tempdir, 'README'), 'w') as out: |
out.write('Version: %s\n' % expected_version[0]) |
out.write('Chrome Revision: %s\n' % expected_version[1]) |