[pywin32-checkins] pywin32/com/win32com/test testPyComTest.py, 1.28, 1.29
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-10-20 05:24:55
|
Update of /cvsroot/pywin32/pywin32/com/win32com/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12718/com/win32com/test Modified Files: testPyComTest.py Log Message: whitespace Index: testPyComTest.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/testPyComTest.py,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** testPyComTest.py 4 Sep 2007 10:53:29 -0000 1.28 --- testPyComTest.py 20 Oct 2007 05:24:52 -0000 1.29 *************** *** 70,76 **** # This test exists mainly to help with an old bug, where named # params would come in reverse. - # We know our impl called 'OnFire' with the same ID Missing = pythoncom.Missing if no is not Missing: assert no in self.fireds assert no+1==out1, "expecting 'out1' param to be ID+1" --- 70,76 ---- # This test exists mainly to help with an old bug, where named # params would come in reverse. Missing = pythoncom.Missing if no is not Missing: + # We know our impl called 'OnFire' with the same ID assert no in self.fireds assert no+1==out1, "expecting 'out1' param to be ID+1" |