From 72cfe1d0f3e875e2f028a1c2cd199fd22bad6c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Tue, 17 Aug 2021 14:59:07 +0200 Subject: [PATCH] MAINT: added todo concerning unused file --- test/CMakeLists.txt | 1 + test/test_file_transmission.cpp | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 62c9504..ecb011e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -24,6 +24,7 @@ set(test_cases test_connection test_transaction + #test_file_transmission TODO add once fixed test_ccaosdb ) diff --git a/test/test_file_transmission.cpp b/test/test_file_transmission.cpp index 42911bc..eab5b78 100644 --- a/test/test_file_transmission.cpp +++ b/test/test_file_transmission.cpp @@ -36,6 +36,12 @@ using caosdb::entity::v1alpha1::RegisterFileUploadResponse; using caosdb::entity::v1alpha1::RegistrationStatus; 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 { protected: void SetUp() override {} -- GitLab