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
Commits
37f38368
Verified
Commit
37f38368
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
FIX tests
parent
4ab748d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
F multi retrieve
Pipeline
#11305
passed
3 years ago
Stage: info
Stage: setup
Stage: build
Stage: test
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_transaction.cpp
+1
-9
1 addition, 9 deletions
test/test_transaction.cpp
with
1 addition
and
9 deletions
test/test_transaction.cpp
+
1
−
9
View file @
37f38368
...
...
@@ -27,17 +27,10 @@
#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
<<<<<<<
HEAD
#include
<iostream>
#include
<memory>
// for unique_ptr, allocator, __shar...
#include
<string>
// for string
#include
<vector>
// for vector
=======
#include
<iostream>
// for endl, basic_ostream, cout
#include
<memory>
// for unique_ptr, allocator, __shar...
#include
<string>
// for string
>>>>>>>
f
-
insert
#include
<vector>
// for vector
namespace
caosdb
::
transaction
{
using
caosdb
::
entity
::
Entity
;
using
caosdb
::
entity
::
MessageCode
;
...
...
@@ -272,5 +265,4 @@ TEST(test_transaction, test_multi_retrieve) {
MessageCode
::
ENTITY_DOES_NOT_EXIST
);
}
}
// namespace caosdb::transaction
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment