From 58a6b6748e5bc4e01f83960db505add573d336f2 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 13 Mar 2016 13:19:10 +0100 Subject: [PATCH] Enable case insensitivity test. The operative part of this test seemed to have been inadvertently omitted. --- tests/data/dictionary.at | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/data/dictionary.at b/tests/data/dictionary.at index ef62c664f8..85ea5281bc 100644 --- a/tests/data/dictionary.at +++ b/tests/data/dictionary.at @@ -11,4 +11,22 @@ RENAME VARIABLE (aèiöu=AÈIÖU). LIST. RENAME VARIABLE (aeiou=aèiöu). ]) + +AT_CHECK([pspp -O format=csv dictionary.sps],[1], +[Table: Reading free-form data from INLINE. +Variable,Format +aèiöu,F8.0 +aeiou,F8.0 + +Table: Data List +aèiöu +1.00 + +Table: Data List +AÈIÖU,aeiou +1.00,2.00 + +dictionary.sps:8: error: RENAME VARIABLES: Renaming would duplicate variable name aèiöu. +]) + AT_CLEANUP -- 2.30.2