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
!5
F update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
F update
f-update
into
dev
Overview
4
Commits
12
Pipelines
13
Changes
1
All threads resolved!
Hide all comments
Merged
Timm Fitschen
requested to merge
f-update
into
dev
3 years ago
Overview
4
Commits
12
Pipelines
13
Changes
1
All threads resolved!
Hide all comments
Expand
Tests for
caosdb-cpplib!6 (merged)
Edited
3 years ago
by
Timm Fitschen
0
0
Merge request reports
Viewing commit
556fa91d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
556fa91d
FIX tests
· 556fa91d
Timm Fitschen
authored
3 years ago
test/test_transaction.cpp
+
1
−
1
Options
@@ -231,7 +231,7 @@ TEST_F(test_transaction, insert_delete_with_parent) {
// TODO(fspreck) Insert a Record with a parent and a Property. Check
// for success and delete everything.
TEST
(
test_transaction
,
insert_delete_with_property
)
{
TEST
_F
(
test_transaction
,
insert_delete_with_property
)
{
const
auto
&
connection
=
caosdb
::
connection
::
ConnectionManager
::
GetDefaultConnection
();
Loading