[commit] r1739 - trunk/Tests/GPyUnit/util

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Dec 8 09:13:30 CST 2011


Author: ksmyth
Date: Thu Dec  8 09:13:30 2011
New Revision: 1739

Log:
Disable SVN tests: need svnadmin et al

Modified:
   trunk/Tests/GPyUnit/util/__init__.py

Modified: trunk/Tests/GPyUnit/util/__init__.py
==============================================================================
--- trunk/Tests/GPyUnit/util/__init__.py	Wed Dec  7 19:16:27 2011	(r1738)
+++ trunk/Tests/GPyUnit/util/__init__.py	Thu Dec  8 09:13:30 2011	(r1739)
@@ -94,7 +94,7 @@
 
 def MUGenerator(module, test):
     module[test.__name__ + "MU"] = type(test.__name__ + "MU", (MUTestMixin, test), {})
-    #return
+    return
     def opts_f(opts):
         return lambda self: opts
     for name, opts in (('MUSVN', ''), ('MUSVNHashed', ' hash=\"true\" hval=\"256\"')):


More information about the gme-commit mailing list