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

Zope Unit Tests zope-tests at epy.co.at
Sat Oct 29 23:42:08 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/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:589: 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:601: 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:608: 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:614: 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:640: 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:647: 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:661: 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:347: 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:375: 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:512: 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:522: 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 7431 tests with 0 failures and 0 errors in 847.587 seconds.

OK


More information about the Zope-tests mailing list