[pywin32-checkins] pywin32/win32/test test_odbc.py,1.7,1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-16 00:47:57
|
Update of /cvsroot/pywin32/pywin32/win32/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23617 Modified Files: test_odbc.py Log Message: Fix create table sql and date test Index: test_odbc.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/test/test_odbc.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** test_odbc.py 24 May 2007 05:38:35 -0000 1.7 --- test_odbc.py 16 Sep 2008 00:48:07 -0000 1.8 *************** *** 58,62 **** bitfield bit, intfield integer, floatfield float, ! datefield date, )"""),-1) --- 58,62 ---- bitfield bit, intfield integer, floatfield float, ! datefield date )"""),-1) *************** *** 139,143 **** ): d = datetime.datetime(*v) ! self._test_val('datefield', 'd') def test_set_nonzero_length(self): --- 139,143 ---- ): d = datetime.datetime(*v) ! self._test_val('datefield', d) def test_set_nonzero_length(self): |