| Index: appengine/third_party/python-adb/high_test.py
|
| diff --git a/appengine/third_party/python-adb/high_test.py b/appengine/third_party/python-adb/high_test.py
|
| index 58beafed97e237ce1bbf93d5c18f389661140d04..b08f9b045ef6ed937276a8d07fa58c10505e64de 100755
|
| --- a/appengine/third_party/python-adb/high_test.py
|
| +++ b/appengine/third_party/python-adb/high_test.py
|
| @@ -49,7 +49,7 @@ class TestAndroid(unittest.TestCase):
|
| ('dumpsys iphonesubinfo', ''),
|
| ('service call iphonesubinfo 1', RAW_IMEI),
|
| ])
|
| - cache = high.DeviceCache(None, None, None, None, None, None)
|
| + cache = high.DeviceCache(None, None, None, None, None)
|
| self.assertEqual(
|
| u'355236058685894', high.HighDevice(device, cache).GetIMEI())
|
|
|
|
|