changeset 14:8a02f209992f

tests/unit.py
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 28 Sep 2013 07:13:01 -0700
parents fc91a93fcaee
children 77118f83b5b7
files tests/unit.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/unit.py	Sat Sep 28 07:08:32 2013 -0700
+++ b/tests/unit.py	Sat Sep 28 07:13:01 2013 -0700
@@ -16,7 +16,7 @@
 class CommitWatcherUnitTest(unittest.TestCase):
 
     # diff -> files mapping, from `lsdiff`
-    diff_files = [('41701d2c0341.diff': ['mobile/android/components/HelperAppDialog.js']),
+    diff_files = [('41701d2c0341.diff', ['mobile/android/components/HelperAppDialog.js']),
                   ('4e1a3919e741.diff', ["gfx/gl/GLContext.cpp",
                                          "gfx/gl/GLContext.h",
                                          "gfx/layers/Compositor.h",
@@ -36,7 +36,8 @@
                                          "gfx/layers/opengl/CompositorOGL.cpp",
                                          "gfx/layers/opengl/CompositorOGL.h",
                                          "gfx/thebes/gfx2DGlue.h",
-                                         ]
+                                         ])
+                                        ]
     def test_patch(self):
         """test parsing the files from a patch"""