From a368147bdf54d7023120f32e34bc5ff62d6842f8 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Mon, 12 Jul 2021 22:51:48 +0200 Subject: [PATCH] adjust tests for OpenRefine 4.x --- tests/create-csv-processQuotes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/create-csv-processQuotes.sh b/tests/create-csv-processQuotes.sh index a6d09de..ada5aa1 100644 --- a/tests/create-csv-processQuotes.sh +++ b/tests/create-csv-processQuotes.sh @@ -32,7 +32,8 @@ DATA # ================================== ACTION ================================== # -${cmd} --create "tmp/${t}/${t}.csv" --processQuotes "false" +# OpenRefine 4.x fails without manually set headerLines +${cmd} --create "tmp/${t}/${t}.csv" --processQuotes "false" --headerLines 1 ${cmd} --export "${t}" --output "tmp/${t}/${t}.output" # =================================== TEST =================================== #