[commit] r1559 - trunk/Tests/GPyUnit

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Sep 29 14:35:28 CDT 2011


Author: ksmyth
Date: Thu Sep 29 14:35:27 2011
New Revision: 1559

Log:
Test Version. typo

Modified:
   trunk/Tests/GPyUnit/test_gmeoleapp.py

Modified: trunk/Tests/GPyUnit/test_gmeoleapp.py
==============================================================================
--- trunk/Tests/GPyUnit/test_gmeoleapp.py	Tue Sep 27 14:44:15 2011	(r1558)
+++ trunk/Tests/GPyUnit/test_gmeoleapp.py	Thu Sep 29 14:35:27 2011	(r1559)
@@ -4,8 +4,9 @@
     def test_Exit(self):
         import win32com.client
         gme = win32com.client.DispatchEx("GME.Application")
+        gme.Version
         gme.Exit()
-        # under _DEBUG, GME.exe does not exist until Release()ed
+        # under _DEBUG, GME.exe does not exit until Release()ed
         del(gme)
 
 if __name__ == "__main__":


More information about the gme-commit mailing list