[Treepkg-commits] r256 - trunk/test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 17 15:37:30 CET 2010


Author: aheinecke
Date: 2010-03-17 15:37:30 +0100 (Wed, 17 Mar 2010)
New Revision: 256

Modified:
   trunk/test/test_packager.py
Log:
Test updated to reflect that rules_rev is now also handled as string


Modified: trunk/test/test_packager.py
===================================================================
--- trunk/test/test_packager.py	2010-03-17 14:29:22 UTC (rev 255)
+++ trunk/test/test_packager.py	2010-03-17 14:37:30 UTC (rev 256)
@@ -260,7 +260,7 @@
                                           ("binary", [])])])])
         track = PackageTrack("testtrack", trackdir, "", "", "", "", "")
         self.assertEquals(track.get_revision_numbers(),
-                          [("702432", 2), ("704195", 0)])
+                          [("702432", "2"), ("704195", "0")])
 
 
 class TestRevisionPackager(unittest.TestCase, FileTestMixin):



More information about the Treepkg-commits mailing list