comparison test/test_packager.py @ 326:23be5ab5bc7c

Modified tests for Git
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 17 Mar 2010 13:38:37 +0000
parents c32dc72ba979
children 24db9223488b
comparison
equal deleted inserted replaced
325:85b5667f543e 326:23be5ab5bc7c
258 [("status", ""), 258 [("status", ""),
259 ("src", []), 259 ("src", []),
260 ("binary", [])])])]) 260 ("binary", [])])])])
261 track = PackageTrack("testtrack", trackdir, "", "", "", "", "") 261 track = PackageTrack("testtrack", trackdir, "", "", "", "", "")
262 self.assertEquals(track.get_revision_numbers(), 262 self.assertEquals(track.get_revision_numbers(),
263 [(702432, 2), (704195, 0)]) 263 [("702432", 2), ("704195", 0)])
264 264
265 265
266 class TestRevisionPackager(unittest.TestCase, FileTestMixin): 266 class TestRevisionPackager(unittest.TestCase, FileTestMixin):
267 267
268 def test_list_source_files(self): 268 def test_list_source_files(self):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)