mirror of https://gitee.com/bigwinds/arangodb
Add new import tests to JS testsuite, fixing the "importing" target.
This commit is contained in:
parent
4b099281aa
commit
9a28d9914d
|
@ -1023,6 +1023,8 @@ var impTodo = [
|
|||
coll: "UnitTestsImportJson3", type: "json", create: undefined},
|
||||
{id: "json4", data: makePath("UnitTests/import-4.json"),
|
||||
coll: "UnitTestsImportJson4", type: "json", create: undefined},
|
||||
{id: "json5", data: makePath("UnitTests/import-5.json"),
|
||||
coll: "UnitTestsImportJson5", type: "json", create: undefined},
|
||||
{id: "csv1", data: makePath("UnitTests/import-1.csv"),
|
||||
coll: "UnitTestsImportCsv1", type: "csv", create: "true"},
|
||||
{id: "csv2", data: makePath("UnitTests/import-2.csv"),
|
||||
|
@ -1031,6 +1033,8 @@ var impTodo = [
|
|||
coll: "UnitTestsImportCsv3", type: "csv", create: "true"},
|
||||
{id: "csv4", data: makePath("UnitTests/import-4.csv"),
|
||||
coll: "UnitTestsImportCsv4", type: "csv", create: "true", separator: ";", backslash: true},
|
||||
{id: "csv5", data: makePath("UnitTests/import-5.csv"),
|
||||
coll: "UnitTestsImportCsv5", type: "csv", create: "true", separator: ";", backslash: true},
|
||||
{id: "tsv1", data: makePath("UnitTests/import-1.tsv"),
|
||||
coll: "UnitTestsImportTsv1", type: "tsv", create: "true"},
|
||||
{id: "tsv2", data: makePath("UnitTests/import-2.tsv"),
|
||||
|
|
Loading…
Reference in New Issue