X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fapply.at;fp=tests%2Flanguage%2Fdictionary%2Fapply.at;h=eb7baafe9f360ffee776b8d020c54ae9079148dd;hb=b1dd857c0580ce963b28ee3a9573ae592a0a7dde;hp=97f622fa6bb08891f0da01fdfb9caabe82e2cead;hpb=708f2f1b12056e77b03749aa7b5931dc07819356;p=pspp diff --git a/tests/language/dictionary/apply.at b/tests/language/dictionary/apply.at index 97f622fa6b..eb7baafe9f 100644 --- a/tests/language/dictionary/apply.at +++ b/tests/language/dictionary/apply.at @@ -36,15 +36,15 @@ display dictionary. AT_CHECK([pspp -O format=csv apply-dict.sps], [0], [dnl Table: Variables Name,Position,Measurement Level,Role,Width,Alignment,Print Format,Write Format -foo,1,Scale,Input,8,Right,F8.2,F8.2 -bar,2,Scale,Input,8,Right,F8.2,F8.2 +foo,1,Nominal,Input,8,Right,F8.2,F8.2 +bar,2,Nominal,Input,8,Right,F8.2,F8.2 "apply-dict.sps:12: warning: APPLY DICTIONARY: Variable bar is numeric in target file, but string in source file." Table: Variables Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format -foo,1,This is a label,Scale,Input,8,Right,TIME22.0,TIME22.0 -bar,2,,Scale,Input,8,Right,F8.2,F8.2 +foo,1,This is a label,Nominal,Input,8,Right,TIME22.0,TIME22.0 +bar,2,,Nominal,Input,8,Right,F8.2,F8.2 ]) AT_CLEANUP