[pywin32-checkins] pywin32/com/win32com/test testall.py,1.26,1.27
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-05-07 02:40:40
|
Update of /cvsroot/pywin32/pywin32/com/win32com/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22243 Modified Files: testall.py Log Message: Ensure tests work even if '.vbs' is not locally registered for VBScript. Index: testall.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/testall.py,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** testall.py 31 May 2005 09:28:16 -0000 1.26 --- testall.py 7 May 2007 02:40:37 -0000 1.27 *************** *** 91,96 **** # Level 1 tests. [ ! ("cscript.exe /nologo testInterp.vbs", "VBScript test worked OK"), ! ("cscript.exe /nologo testDictionary.vbs", "VBScript has successfully tested Python.Dictionary"), ], --- 91,96 ---- # Level 1 tests. [ ! ("cscript.exe /nologo //E:vbscript testInterp.vbs", "VBScript test worked OK"), ! ("cscript.exe /nologo //E:vbscript testDictionary.vbs", "VBScript has successfully tested Python.Dictionary"), ], |