[csw-devel] SF.net SVN: gar:[8741] csw/mgar/gar/v2/lib/python/checkpkg_test.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Feb 22 17:42:27 CET 2010
Revision: 8741
http://gar.svn.sourceforge.net/gar/?rev=8741&view=rev
Author: wahwah
Date: 2010-02-22 16:42:27 +0000 (Mon, 22 Feb 2010)
Log Message:
-----------
mGAR v2: checkpkg unit tests, rename a test method
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/checkpkg_test.py
Modified: csw/mgar/gar/v2/lib/python/checkpkg_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg_test.py 2010-02-22 15:43:36 UTC (rev 8740)
+++ csw/mgar/gar/v2/lib/python/checkpkg_test.py 2010-02-22 16:42:27 UTC (rev 8741)
@@ -709,7 +709,7 @@
overrides = [checkpkg.Override("CSWfoo", "foo-tag", "tag-info-1")]
self.assertEqual([], checkpkg.ApplyOverrides(tags, overrides))
- def test_5(self):
+ def test_6(self):
"""Pkgname mismatch."""
tags = [checkpkg.CheckpkgTag("CSWfoo", "foo-tag", "tag-info-1")]
overrides = [checkpkg.Override("CSWbar", "foo-tag", "tag-info-1")]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list