[Zope-tests] OK : Zope-trunk Python-2.3.5 : Linux

Zope Unit Tests zope-tests at epy.co.at
Fri Oct 28 22:42:59 EDT 2005


Zope Unit Tests : OK
Zope-trunk Python-2.3.5 : Linux

Running /usr/local/python2.3/bin/python test.py -q
Running unit tests:
/autotest/temp/python23-zope29/lib/python/Products/Five/tests/event.txt:1: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  Test events
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
/autotest/temp/python23-zope29/lib/python/Products/Sessions/tests/testSessionDataManager.py:53: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(1)
/autotest/temp/python23-zope29/lib/python/Products/Sessions/tests/testSessionDataManager.py:193: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  self.failUnless(transaction.commit(1) == None)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testConnection.py:1: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  ##############################################################################
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:690: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:702: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:709: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:715: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:741: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:748: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:762: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:399: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  tm1.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:427: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  tm1.commit(True)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:564: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(1)
/autotest/temp/python23-zope29/lib/python/ZODB/tests/testZODB.py:574: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(1)
/autotest/temp/python23-zope29/lib/python/transaction/tests/test_transaction.py:1: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; instead of transaction.commit(1), use transaction.savepoint(optimistic=True) in contexts where a subtransaction abort will never occur, or sp=transaction.savepoint() if later rollback is possible and then sp.rollback() instead of transaction.abort(1)
  ##############################################################################
/autotest/temp/python23-zope29/lib/python/zope/app/file/file.py:166: DeprecationWarning: This will be removed in ZODB 3.7:
subtransactions are deprecated; use transaction.savepoint() instead of transaction.commit(1)
  transaction.commit(1)
  Ran 7436 tests with 0 failures and 0 errors in 828.334 seconds.

OK


More information about the Zope-tests mailing list