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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Dec 13 11:49:34 CET 2010


Revision: 11914
          http://gar.svn.sourceforge.net/gar/?rev=11914&view=rev
Author:   wahwah
Date:     2010-12-13 10:49:33 +0000 (Mon, 13 Dec 2010)

Log Message:
-----------
checkpkg: Adjective for Mars is 'martian'

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

Modified: csw/mgar/gar/v2/lib/python/package_checks_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks_test.py	2010-12-13 10:32:29 UTC (rev 11913)
+++ csw/mgar/gar/v2/lib/python/package_checks_test.py	2010-12-13 10:49:33 UTC (rev 11914)
@@ -176,11 +176,11 @@
   def CheckpkgTest(self):
     self.pkg_data_single = self.pkg_data
     self.pkg_data = [self.pkg_data_single]
-    self.pkg_data[0]["depends"].append(["CSWmarsian", "A package from Mars."])
+    self.pkg_data[0]["depends"].append(["CSWmartian", "A package from Mars."])
     installed = ["CSWcommon", "CSWisaexec", "CSWiconv", "CSWlibpopt"]
     self.error_mgr_mock.GetInstalledPackages().AndReturn(installed)
     self.error_mgr_mock.ReportError(
-        'CSWrsync', 'unidentified-dependency', 'CSWmarsian')
+        'CSWrsync', 'unidentified-dependency', 'CSWmartian')
 
 
 class TestSetCheckDependenciesGood(CheckpkgUnitTestHelper, unittest.TestCase):


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