[commit] r2416 - trunk/Tests/GPyUnit

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Jan 17 14:57:11 CST 2014


Author: ksmyth
Date: Fri Jan 17 14:57:11 2014
New Revision: 2416

Log:
Fix deleting and changing archetype connpoints: deriveds must be deleted/changed first. Error message was 'Cannot delete Object, has nonempty collection' (MASTEROBJ collection was nonempty). (META-2667)

Modified:
   trunk/Tests/GPyUnit/test_instances.py

Modified: trunk/Tests/GPyUnit/test_instances.py
==============================================================================
--- trunk/Tests/GPyUnit/test_instances.py	Fri Jan 17 14:08:29 2014	(r2415)
+++ trunk/Tests/GPyUnit/test_instances.py	Fri Jan 17 14:57:11 2014	(r2416)
@@ -122,7 +122,6 @@
         stc.SetSrc(DispatchEx("Mga.MgaFCOs"), model)
 
         self.project.CommitTransaction()
-        self.project.Save(r"MGA=C:\Users\meta\tmp.mga")
 
     @dec_disable_early_binding
     def test_Connection_RevertToBase(self):
@@ -142,6 +141,5 @@
         stc.RevertToBase(None)
 
         self.project.CommitTransaction()
-        self.project.Save(r"MGA=C:\Users\meta\tmp.mga")
 
 #GPyUnit.util.MUGenerator(globals(), TestInstances)


More information about the gme-commit mailing list