]> source.dussan.org Git - nextcloud-server.git/commit
Fix unit test messing up the transaction on Oracle
authorVincent Petry <pvince81@owncloud.com>
Wed, 20 Aug 2014 13:57:30 +0000 (15:57 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 20 Aug 2014 21:14:06 +0000 (23:14 +0200)
commit04c982a96e19f2254739c24ee8c6b568edcb4190
tree23451eaf41bde5343c2fd18afabc8ecc73f69688
parent068f9d10f1fec99cebf2ec29de2a09b4b34362b5
Fix unit test messing up the transaction on Oracle

Since the unit test is skipped anyway for Oracle, the dropTable() call
should be skipped as well to avoid having a leftover transaction and
cause further transactions to be nested and break the next test suites
requiring transactions.
tests/lib/db/mdb2schemamanager.php