[csw-devel] SF.net SVN: gar:[13308] csw/mgar/gar/v2/lib/python/struct_util_test.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Feb 14 21:29:06 CET 2011


Revision: 13308
          http://gar.svn.sourceforge.net/gar/?rev=13308&view=rev
Author:   wahwah
Date:     2011-02-14 20:29:05 +0000 (Mon, 14 Feb 2011)

Log Message:
-----------
checkpkg: Bugfix, removing a colliding test name

Name of one testing class was shadowing the name of another class, effectively
disabling it.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/struct_util_test.py

Modified: csw/mgar/gar/v2/lib/python/struct_util_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/struct_util_test.py	2011-02-14 20:26:36 UTC (rev 13307)
+++ csw/mgar/gar/v2/lib/python/struct_util_test.py	2011-02-14 20:29:05 UTC (rev 13308)
@@ -34,7 +34,7 @@
     self.assertEquals(expected, struct_util.IndexDictsBy(list_of_dicts, "a"))
 
 
-class IndexByUnitTest(unittest.TestCase):
+class ResolveSymlinkUnitTest(unittest.TestCase):
 
   def testRelative(self):
     self.assertEquals(


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