| Index: chrome/common/extensions/PRESUBMIT_test.py
|
| diff --git a/chrome/common/extensions/PRESUBMIT_test.py b/chrome/common/extensions/PRESUBMIT_test.py
|
| index 7ac79b06820b397d1594a0b572319182c8c9a796..d9c1790011fe55df5911481e841406f4f0ce7009 100755
|
| --- a/chrome/common/extensions/PRESUBMIT_test.py
|
| +++ b/chrome/common/extensions/PRESUBMIT_test.py
|
| @@ -27,6 +27,7 @@ class PRESUBMITTest(unittest.TestCase):
|
| self.assertEqual(expected_files,
|
| PRESUBMIT._CreateIntegrationTestArgs(input_files))
|
| expected_files.append(os.path.join('apps', 'fileSystem.html'))
|
| + # TODO: wtf?
|
| input_files.append(os.path.join(EXTENSIONS_PATH, 'api', 'file_system.idl'))
|
| self.assertEqual(expected_files,
|
| PRESUBMIT._CreateIntegrationTestArgs(input_files))
|
|
|