X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fvariable-display.at;h=5daa3c1bbf645e54160dbae0f50d17bb16b6a252;hb=2e40fba218250a31e244007b15c1fc4b637145d4;hp=3bcbd8fc780308075a4e42940160dd34a08adaf5;hpb=0df9cdd3df66caf4353128feff3008289cda8115;p=pspp diff --git a/tests/language/dictionary/variable-display.at b/tests/language/dictionary/variable-display.at index 3bcbd8fc78..5daa3c1bbf 100644 --- a/tests/language/dictionary/variable-display.at +++ b/tests/language/dictionary/variable-display.at @@ -1,3 +1,19 @@ +dnl PSPP - a program for statistical analysis. +dnl Copyright (C) 2017 Free Software Foundation, Inc. +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . +dnl AT_BANNER([variable display attributes]) AT_SETUP([variable display attribute commands]) @@ -11,22 +27,11 @@ DISPLAY DICTIONARY. ]) AT_CHECK([pspp -o pspp.csv var-display.sps]) AT_CHECK([cat pspp.csv], [0], [dnl -Variable,Description,Position -x,"Format: F8.2 -Measure: Scale -Role: Output -Display Alignment: Left -Display Width: 10",1 -y,"Format: F8.2 -Measure: Ordinal -Role: Both -Display Alignment: Right -Display Width: 12",2 -z,"Format: F8.2 -Measure: Nominal -Role: None -Display Alignment: Center -Display Width: 14",3 +Table: Variables +Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values +x,1,,Scale,Output,10,Left,F8.2,F8.2, +y,2,,Ordinal,Both,12,Right,F8.2,F8.2, +z,3,,Nominal,None,14,Center,F8.2,F8.2, ]) AT_CLEANUP