From 2c90c6c7e723e66323b435ab9d68cec52e175b44 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 8 Jan 2021 20:52:15 +0100 Subject: [PATCH] advio: fix WebDav test URL --- common/tests/unit/advio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tests/unit/advio.cpp b/common/tests/unit/advio.cpp index 032a5f7a0..0315b906c 100644 --- a/common/tests/unit/advio.cpp +++ b/common/tests/unit/advio.cpp @@ -31,7 +31,7 @@ using namespace villas; /** This URI points to a Sciebo share which contains some test files. * The Sciebo share is read/write accessible via WebDAV. */ -#define BASE_URI "https://1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node/tests" +#define BASE_URI "https://Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav/tests" // cppcheck-suppress unknownMacro TestSuite(advio,