[commit] r2218 - trunk/Tests/GPyUnit

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed May 29 10:09:57 CDT 2013


Author: ksmyth
Date: Wed May 29 10:09:57 2013
New Revision: 2218

Log:
Fix for SVN tests

Modified:
   trunk/Tests/GPyUnit/test_MetaInterpreter.py

Modified: trunk/Tests/GPyUnit/test_MetaInterpreter.py
==============================================================================
--- trunk/Tests/GPyUnit/test_MetaInterpreter.py	Wed May 29 10:09:45 2013	(r2217)
+++ trunk/Tests/GPyUnit/test_MetaInterpreter.py	Wed May 29 10:09:57 2013	(r2218)
@@ -53,6 +53,8 @@
     return os.path.abspath(os.getcwd())
 try:
     TestMetaInterpreterMU.outdir = _muoutdir
+    TestMetaInterpreterMUSVN.outdir = _muoutdir
+    TestMetaInterpreterMUSVNHashed.outdir = _muoutdir
 except NameError:
     pass # MU isn't tested under x64
 


More information about the gme-commit mailing list