diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-11 17:10:39 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-11 17:10:42 +0200 |
commit | ebff7aeafded4dd9d245dbcfc80d9c8d83fe1242 (patch) | |
tree | 656afa366bba6c5fdd4c8f18da94d6d416b1e19f /tests | |
parent | 95f683eae7a004860eae2bca43f56f98b769cf80 (diff) |
Remove commit, maybe readd it later
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 104c9b8..8f19838 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -186,7 +186,6 @@ int main() database.addUser(databaseNode, adminUser, localUser->getName(), localUser->getPublicKey(), adminUser->getGroups()[0]); localUser->addToGroup(adminUser->getGroups()[0]); database.addData(databaseNode, localUser, DataView{ (void*)"hello, aaald!", 13 }); - database.commit(); database.seed(databaseNode); auto start = chrono::high_resolution_clock::now(); |