diff tests/unit.py @ 12:a0ff003319ec

foo
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 28 Sep 2013 06:40:25 -0700
parents 546695da018c
children fc91a93fcaee
line wrap: on
line diff
--- a/tests/unit.py	Sat Sep 28 05:15:59 2013 -0700
+++ b/tests/unit.py	Sat Sep 28 06:40:25 2013 -0700
@@ -18,7 +18,8 @@
     def test_patch(self):
         """test parsing the files from a patch"""
 
-        files = 
+        diff = os.path.join(here, '41701d2c0341.diff')
+        files = FeedAgentDiff.lsdiff(diff)
 
 if __name__ == '__main__':
     unittest.main()