[commit] r2180 - trunk/Tests/GPyUnit/Regr/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Apr 19 14:30:00 CDT 2013
Author: ksmyth
Date: Fri Apr 19 14:30:00 2013
New Revision: 2180
Log:
IMgaProject::Close now fails if instructed to save and the save fails
Modified:
trunk/Tests/GPyUnit/Regr/Mga/tc6.py
Modified: trunk/Tests/GPyUnit/Regr/Mga/tc6.py
==============================================================================
--- trunk/Tests/GPyUnit/Regr/Mga/tc6.py Fri Apr 19 13:03:41 2013 (r2179)
+++ trunk/Tests/GPyUnit/Regr/Mga/tc6.py Fri Apr 19 14:30:00 2013 (r2180)
@@ -273,7 +273,7 @@
except:
pass # it is OK to fail, since a Read-only file cannot not be saved modified
- project1.Close(0)
+ project1.Close(True)
mg2name = _adjacent_file("_tc6_C_libuser_sf.mga")
More information about the gme-commit
mailing list