Skip to content
Snippets Groups Projects
Commit 72cfe1d0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: added todo concerning unused file

parent 359c1c5d
No related branches found
No related tags found
1 merge request!8F files
Pipeline #12329 failed
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
set(test_cases set(test_cases
test_connection test_connection
test_transaction test_transaction
#test_file_transmission TODO add once fixed
test_ccaosdb test_ccaosdb
) )
......
...@@ -36,6 +36,12 @@ using caosdb::entity::v1alpha1::RegisterFileUploadResponse; ...@@ -36,6 +36,12 @@ using caosdb::entity::v1alpha1::RegisterFileUploadResponse;
using caosdb::entity::v1alpha1::RegistrationStatus; using caosdb::entity::v1alpha1::RegistrationStatus;
using caosdb::entity::v1alpha1::TransmissionStatus; using caosdb::entity::v1alpha1::TransmissionStatus;
// TODO(tf) this file is currently not used (see CMakeLists.txt)
// Is it still necessary or is it obsolete due to test_transaction.cpp?
// RegisterFileDownloadResponse is currently not defined by proto or the h
// file.
class test_file_transmission : public ::testing::Test { class test_file_transmission : public ::testing::Test {
protected: protected:
void SetUp() override {} void SetUp() override {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment