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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Oct 22 09:58:04 CEST 2010


Revision: 11367
          http://gar.svn.sourceforge.net/gar/?rev=11367&view=rev
Author:   wahwah
Date:     2010-10-22 07:58:04 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
mGAR v2: checkpkg, small changes in unit tests.

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

Modified: csw/mgar/gar/v2/lib/python/sharedlib_utils_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/sharedlib_utils_test.py	2010-10-22 07:57:43 UTC (rev 11366)
+++ csw/mgar/gar/v2/lib/python/sharedlib_utils_test.py	2010-10-22 07:58:04 UTC (rev 11367)
@@ -191,6 +191,9 @@
     self.assertEqual(expected,
                      su.MakePackageNameBySoname(soname))
 
+
+class MakePackageNameBySonameUnitTest(unittest.TestCase):
+
   def testSanitizeWithChar(self):
     self.assertEqual("foo_0", su.SanitizeWithChar("foo-0", "_"))
 


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