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
bd0877d3
Verified
Commit
bd0877d3
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-files' into f-consolidation
parents
44dd1b09
619faff8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!9
F consolidation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_transaction.cpp
+2
-2
2 additions, 2 deletions
test/test_transaction.cpp
with
2 additions
and
2 deletions
test/test_transaction.cpp
+
2
−
2
View file @
bd0877d3
...
...
@@ -21,7 +21,7 @@
#include
"caosdb/connection.h"
// for Connection, ConnectionManager
#include
"caosdb/data_type.h"
// for AtomicDataType
#include
"caosdb/entity.h"
// for Entity, Messages, Message
#include
"caosdb/file_transmission/
F
ile
W
riter.h"
// for FileWriter
#include
"caosdb/file_transmission/
f
ile
_w
riter.h"
// for FileWriter
#include
"caosdb/message_code.h"
// for ENTITY_DOES_NOT_EXIST, Messag...
#include
"caosdb/status_code.h"
// for SUCCESS, StatusCode
#include
"caosdb/transaction.h"
// for Entity, Transaction,...
...
...
@@ -686,7 +686,7 @@ TEST_F(test_transaction, test_file_download) {
download_transaction
->
RetrieveAndDownloadFilesById
(
inserted_file
.
GetId
(),
test_download_file_1
.
string
());
download_transaction
->
ExecuteAsynchronously
();
download_transaction
->
WaitForIt
();
ASSERT_EQ
(
download_transaction
->
WaitForIt
()
.
GetCode
(),
StatusCode
::
SUCCESS
)
;
const
auto
&
download_results
=
download_transaction
->
GetResultSet
();
ASSERT_EQ
(
download_results
.
size
(),
1
);
...
...
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