From 02de8dfe67b4db4964bd9fc090eed4a49eef53e1 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 7 May 2023 17:30:54 +0000 Subject: [PATCH] remove TDB2::commit call from tests --- test/tdb2.t.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/tdb2.t.cpp b/test/tdb2.t.cpp index b90d5ef4e..398a4b130 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -100,13 +100,10 @@ int main (int, char**) t.is ((int) num_reverts_possible, 7, "TDB2 after add, 7 undo lines"); t.is ((int) num_local_changes, 2, "TDB2 after add, 2 backlog task"); - context.tdb2.commit (); - // Reset for reuse. cleardb (); context.tdb2.open_replica (".", true); - // TODO commit // TODO complete a task // TODO gc }