mirror of https://github.com/KLayout/klayout.git
Changing location of test file so we don't spoil WebDAV tests from previous versions
This commit is contained in:
parent
30df7a708e
commit
8886c152be
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue