From f088ccfb98b4108ba7825bee976f03b86daf7107 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Jan 2009 07:47:03 +0000 Subject: - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL). --- modules/simpletest/tests/database_test.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests/database_test.test') diff --git a/modules/simpletest/tests/database_test.test b/modules/simpletest/tests/database_test.test index 222aa3e10..5df638346 100644 --- a/modules/simpletest/tests/database_test.test +++ b/modules/simpletest/tests/database_test.test @@ -2255,8 +2255,8 @@ class DatabaseTransactionTestCase extends DatabaseTestCase { // on a database that does not actually support transactions, and // the current database does claim to NOT support transactions. $txn = db_transaction(TRUE); + $this->fail('No transaction failure registered.'); } - $this->fail('No transaction failure registered.'); } catch (TransactionsNotSupportedException $e) { $this->pass('Exception thrown for unsupported transactions.'); -- cgit v1.2.3