[csw-devel] SF.net SVN: gar:[9439] csw/mgar/gar/v2/lib/python/package_checks_test.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 29 14:32:13 CEST 2010
Revision: 9439
http://gar.svn.sourceforge.net/gar/?rev=9439&view=rev
Author: wahwah
Date: 2010-03-29 12:32:13 +0000 (Mon, 29 Mar 2010)
Log Message:
-----------
mGAR v2: checkpkg, adding SuggestGarLine() to MessengerStub in unit tests.
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-03-29 12:29:03 UTC (rev 9438)
+++ csw/mgar/gar/v2/lib/python/package_checks_test.py 2010-03-29 12:32:13 UTC (rev 9439)
@@ -43,6 +43,8 @@
class MessengerStub(object):
def Message(self, m):
pass
+ def SuggestGarLine(self, m):
+ pass
# self.logger_mock = self.mocker.CreateMock(logging.Logger)
self.logger_mock = LoggerStub()
self.error_mgr_mock = self.mocker.CreateMock(
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