summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
-rw-r--r--tests/test-archive.cpp28
-rw-r--r--tests/test-https.cpp2
3 files changed, 1 insertions, 30 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 00c50a1..9ce3dad 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -44,7 +44,6 @@ UNITS=\
webserver.cpp
TESTSRC=\
- test-archive.cpp \
test-auth.cpp \
test-config.cpp \
test-environment.cpp \
diff --git a/tests/test-archive.cpp b/tests/test-archive.cpp
deleted file mode 100644
index e6b5894..0000000
--- a/tests/test-archive.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
-#include <boost/test/unit_test.hpp>
-#include <boost/test/data/dataset.hpp>
-#include <boost/test/data/monomorphic.hpp>
-#include <boost/test/data/test_case.hpp>
-
-#include <boost/property_tree/ptree.hpp>
-#include <boost/property_tree/xml_parser.hpp>
-
-#include <sstream>
-#include <string>
-
-#include "archive.h"
-
-using namespace std::string_literals;
-
-class ArchiveFixture
-{
-public:
- ArchiveFixture(){}
- ~ArchiveFixture(){}
- void setup(){}
- void teardown(){}
-};
-
-BOOST_FIXTURE_TEST_CASE(archivetest, ArchiveFixture)
-{
-}
-
diff --git a/tests/test-https.cpp b/tests/test-https.cpp
index dcd33d7..cb917e9 100644
--- a/tests/test-https.cpp
+++ b/tests/test-https.cpp
@@ -9,7 +9,7 @@
#include <sstream>
#include <string>
-#include "archive.h"
+#include "https.h"
using namespace std::string_literals;