Update of /cvsroot/sqlobject/SQLObject/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv17015/tests
Modified Files:
SQLObjectTest.py test.py
Log Message:
And while we are at it, run reindent.py
Index: SQLObjectTest.py
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/tests/SQLObjectTest.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** SQLObjectTest.py 4 Dec 2003 16:44:05 -0000 1.20
--- SQLObjectTest.py 4 Dec 2003 16:46:31 -0000 1.21
***************
*** 159,161 ****
__all__ = ['SQLObjectTest', 'setDatabaseType', 'connection',
'supportedDatabases']
-
--- 159,160 ----
Index: test.py
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/tests/test.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** test.py 4 Dec 2003 16:44:05 -0000 1.36
--- test.py 4 Dec 2003 16:46:31 -0000 1.37
***************
*** 582,586 ****
age INT DEFAULT 0,
created VARCHAT(40) NOT NULL,
! happy char(1) DEFAULT 'Y' NOT NULL
)
"""
--- 582,586 ----
age INT DEFAULT 0,
created VARCHAT(40) NOT NULL,
! happy char(1) DEFAULT 'Y' NOT NULL
)
"""
***************
*** 1008,1010 ****
coverage.stop()
coverModules()
-
--- 1008,1009 ----
|