BIND 10 trac2541, updated. 2c565f3b83fd09baffbeb82a7e8a4c56990f45dd [2541] Roll back in unit test before checking result
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 13 20:31:20 UTC 2012
The branch, trac2541 has been updated
via 2c565f3b83fd09baffbeb82a7e8a4c56990f45dd (commit)
from 57ad11888879be61a4d877b5ea4a29d504263e90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c565f3b83fd09baffbeb82a7e8a4c56990f45dd
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Dec 13 21:30:24 2012 +0100
[2541] Roll back in unit test before checking result
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/sqlite3_accessor_unittest.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/sqlite3_accessor_unittest.cc b/src/lib/datasrc/tests/sqlite3_accessor_unittest.cc
index dbe57a9..8dff6d5 100644
--- a/src/lib/datasrc/tests/sqlite3_accessor_unittest.cc
+++ b/src/lib/datasrc/tests/sqlite3_accessor_unittest.cc
@@ -1610,10 +1610,9 @@ TEST_F(SQLite3Update, addZoneWhileLocked) {
// Commit should do nothing, but not fail
another_accessor->commit();
+ accessor->rollback();
// New zone should not exist
EXPECT_FALSE(accessor->getZone(new_zone).first);
-
- accessor->rollback();
}
} // end anonymous namespace
More information about the bind10-changes
mailing list