[pywin32-checkins] pywin32/win32/test test_sspi.py, 1.3.4.1, 1.3.4.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-10-03 22:44:43
|
Update of /cvsroot/pywin32/pywin32/win32/test In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30559 Modified Files: Tag: py3k test_sspi.py Log Message: Too enthusiatic with the 'b''s Index: test_sspi.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/test/test_sspi.py,v retrieving revision 1.3.4.1 retrieving revision 1.3.4.2 diff -C2 -d -r1.3.4.1 -r1.3.4.2 *** test_sspi.py 3 Oct 2008 22:41:20 -0000 1.3.4.1 --- test_sspi.py 3 Oct 2008 22:44:37 -0000 1.3.4.2 *************** *** 103,107 **** def testSequenceSign(self): # Only Kerberos supports sequence detection. ! sspiclient, sspiserver = self._doAuth(b"Kerberos") key = sspiclient.sign(b"hello") sspiclient.sign(b"hello") --- 103,107 ---- def testSequenceSign(self): # Only Kerberos supports sequence detection. ! sspiclient, sspiserver = self._doAuth("Kerberos") key = sspiclient.sign(b"hello") sspiclient.sign(b"hello") |