[Python-checkins] python/dist/src/Lib/bsddb/test test_associate.py,1.1,1.2 test_basics.py,1.1,1.2 test_compat.py,1.1,1.2 test_dbobj.py,1.1,1.2 test_dbshelve.py,1.2,1.3 test_dbtables.py,1.2,1.3 test_env_close.py,1.1,1.2 test_get_none.py,1.1,1.2 test_join.py,1.1,1.2 test_recno.py,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
2002年11月23日 18:35:37 -0800


Update of /cvsroot/python/python/dist/src/Lib/bsddb/test
In directory sc8-pr-cvs1:/tmp/cvs-serv14671/Lib/bsddb/test
Modified Files:
	test_associate.py test_basics.py test_compat.py test_dbobj.py 
	test_dbshelve.py test_dbtables.py test_env_close.py 
	test_get_none.py test_join.py test_recno.py 
Log Message:
Whitespace normalization.
Index: test_associate.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_associate.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_associate.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_associate.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 249,256 ****
 
 class ShelveAssociateHashTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_HASH
 
 class ShelveAssociateBTreeTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_BTREE
 
 class ShelveAssociateRecnoTestCase(ShelveAssociateTestCase):
--- 249,256 ----
 
 class ShelveAssociateHashTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_HASH
 
 class ShelveAssociateBTreeTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_BTREE
 
 class ShelveAssociateRecnoTestCase(ShelveAssociateTestCase):
***************
*** 288,295 ****
 
 class ThreadedAssociateHashTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_HASH
 
 class ThreadedAssociateBTreeTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_BTREE
 
 class ThreadedAssociateRecnoTestCase(ShelveAssociateTestCase):
--- 288,295 ----
 
 class ThreadedAssociateHashTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_HASH
 
 class ThreadedAssociateBTreeTestCase(ShelveAssociateTestCase):
! dbtype = db.DB_BTREE
 
 class ThreadedAssociateRecnoTestCase(ShelveAssociateTestCase):
Index: test_basics.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_basics.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_basics.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_basics.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 812,814 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
--- 812,813 ----
Index: test_compat.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_compat.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_compat.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_compat.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 166,169 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
- 
--- 166,167 ----
Index: test_dbobj.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_dbobj.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_dbobj.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_dbobj.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 70,72 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
--- 70,71 ----
Index: test_dbshelve.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_dbshelve.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_dbshelve.py	23 Nov 2002 11:26:07 -0000	1.2
--- test_dbshelve.py	24 Nov 2002 02:35:34 -0000	1.3
***************
*** 302,305 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
- 
--- 302,303 ----
Index: test_dbtables.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_dbtables.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_dbtables.py	23 Nov 2002 11:26:07 -0000	1.2
--- test_dbtables.py	24 Nov 2002 02:35:34 -0000	1.3
***************
*** 234,238 ****
 assert values[0]['d'] == "is for dog", values
 assert values[0]['a'] == "is for aardvark", values
! 
 def test_Delete(self):
 tabname = "test_Delete"
--- 234,238 ----
 assert values[0]['d'] == "is for dog", values
 assert values[0]['a'] == "is for aardvark", values
! 
 def test_Delete(self):
 tabname = "test_Delete"
Index: test_env_close.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_env_close.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_env_close.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_env_close.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 83,86 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
- 
--- 83,84 ----
Index: test_get_none.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_get_none.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_get_none.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_get_none.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 95,98 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
- 
--- 95,96 ----
Index: test_join.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_join.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_join.py	19 Nov 2002 17:47:04 -0000	1.1
--- test_join.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 11,14 ****
 
 from test.test_support import verbose
- 
- 
--- 11,12 ----
Index: test_recno.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_recno.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_recno.py	19 Nov 2002 17:47:07 -0000	1.1
--- test_recno.py	24 Nov 2002 02:35:34 -0000	1.2
***************
*** 255,258 ****
 if __name__ == '__main__':
 unittest.main( defaultTest='suite' )
- 
- 
--- 255,256 ----

AltStyle によって変換されたページ (->オリジナル) /