Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cppinttest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cppinttest
Merge requests
!2
Error handling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Error handling
dev
into
main
Overview
0
Commits
7
Pipelines
12
Changes
1
Merged
Timm Fitschen
requested to merge
dev
into
main
3 years ago
Overview
0
Commits
7
Pipelines
12
Changes
1
Expand
Tests for
caosdb-cpplib!3 (merged)
0
0
Merge request reports
Viewing commit
e017463f
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
e017463f
STY: formatting
· e017463f
Timm Fitschen
authored
3 years ago
test/test_transaction.cpp
+
1
−
2
Options
@@ -18,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#include
<iostream>
#include
<memory>
// for unique_ptr, allocator, __shar...
#include
"caosdb/connection.h"
// for Connection, ConnectionManager
#include
"caosdb/entity.h"
// for Entity, Messages, Message
#include
"caosdb/message_code.h"
// for ENTITY_DOES_NOT_EXIST, Messag...
@@ -29,6 +27,7 @@
#include
"gtest/gtest-message.h"
// for Message
#include
"gtest/gtest-test-part.h"
// for TestPartResult, SuiteApiResolver
#include
"gtest/gtest_pred_impl.h"
// for Test, EXPECT_EQ, AssertionResult
#include
<memory>
// for unique_ptr, allocator, __shar...
namespace
caosdb
::
transaction
{
using
caosdb
::
entity
::
MessageCode
;
Loading