diff options
Diffstat (limited to 'tests/test_git_superproject.py')
-rw-r--r-- | tests/test_git_superproject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_git_superproject.py b/tests/test_git_superproject.py index 6ff81843..e9b824d6 100644 --- a/tests/test_git_superproject.py +++ b/tests/test_git_superproject.py | |||
@@ -203,7 +203,7 @@ class SuperprojectTestCase(unittest.TestCase): | |||
203 | project.SetRevisionId('ABCDEF') | 203 | project.SetRevisionId('ABCDEF') |
204 | # Create temporary directory so that it can write the file. | 204 | # Create temporary directory so that it can write the file. |
205 | os.mkdir(self._superproject._superproject_path) | 205 | os.mkdir(self._superproject._superproject_path) |
206 | manifest_path = self._superproject._WriteManfiestFile() | 206 | manifest_path = self._superproject._WriteManifestFile() |
207 | self.assertIsNotNone(manifest_path) | 207 | self.assertIsNotNone(manifest_path) |
208 | with open(manifest_path, 'r') as fp: | 208 | with open(manifest_path, 'r') as fp: |
209 | manifest_xml_data = fp.read() | 209 | manifest_xml_data = fp.read() |