Changing location of test file so we don't spoil WebDAV tests from previous versions

This commit is contained in:
Matthias Koefferlein 2024-03-09 09:35:24 +01:00
parent 30df7a708e
commit 8886c152be
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include "tlStream.h"
static std::string test_url1 ("http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/text");
static std::string test_url1_gz ("http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/text.gz");
static std::string test_url1_gz ("http://www.klayout.org/svn-public/klayout-resources/trunk/testdata2/text.gz");
static std::string test_url2 ("http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/dir1");
TEST(1)

View File

@ -70,7 +70,6 @@ TEST(1)
"[dir] dir1 http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/dir1/\n"
"[dir] dir2 http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/dir2/\n"
"text http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/text\n"
"text.gz http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/text.gz\n"
"text2 http://www.klayout.org/svn-public/klayout-resources/trunk/testdata/text2"
);
}