[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Oct 2 14:30:49 MDT 2010


The branch, master has been updated
       via  14efa95 subunithelper: Fix format time.
      from  20c6512 land: Implement --fail-immediately directly in Python, provide subunit file.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 14efa955934b1731df9bfa6cd089ae6e78a4f1d1
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Oct 2 22:31:31 2010 +0200

    subunithelper: Fix format time.

-----------------------------------------------------------------------

Summary of changes:
 selftest/subunithelper.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/subunithelper.py b/selftest/subunithelper.py
index e60c8d3..872989e 100644
--- a/selftest/subunithelper.py
+++ b/selftest/subunithelper.py
@@ -376,7 +376,7 @@ class PlainFormatter(TestsuiteEnabledTestResult):
         self.totalsuites = totaltests
         self.last_time = None
 
-    @classmethod
+    @staticmethod
     def _format_time(delta):
         minutes, seconds = divmod(delta.seconds, 60)
         hours, minutes = divmod(minutes, 60)
@@ -554,3 +554,4 @@ class PlainFormatter(TestsuiteEnabledTestResult):
             self.totalsuites-=1
 
 
+class TestProtocolServer(subunit.TestProtocolServer):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list