X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fattributes.sh;h=f3a39e2909a2edf1eb3502827c75ea2bfb9eebd9;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=d4d36e603a737ce4e64081fb174266e91314c390;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/attributes.sh b/tests/command/attributes.sh index d4d36e60..f3a39e29 100755 --- a/tests/command/attributes.sh +++ b/tests/command/attributes.sh @@ -100,48 +100,33 @@ $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b -w $TEMPDIR/pspp.list - << EOF -1.1 DISPLAY. -+--------+-----------------+-----------------------------------+ -|Variable|Description | | -#========#=================#===================================# -|a |Custom attributes| | -| |ValidationRule[1]|a * b > 3 | -| |ValidationRule[2]|a + b > 2 | -+--------+-----------------+-----------------------------------+ -|b |Custom attributes| | -| |ValidationRule[1]|a * b > 3 | -| |ValidationRule[2]|a + b > 2 | -+--------+-----------------+-----------------------------------+ -|c |Custom attributes| | -| |QuestionWording |X or Y? | -+--------+-----------------+-----------------------------------+ -1.2 DISPLAY. Custom data file attributes. -+---------+---------------+ -|Attribute|Value | -#=========#===============# -|array[1] |array element 1| -|array[2] |array element 2| -|key |value | -+---------+---------------+ -2.1 DISPLAY. -+--------+---------------+-----------------------------------+ -|Variable|Description | | -#========#===============#===================================# -|b |Custom attribut|s: | -| |ValidationRule |a * b > 3 | -+--------+---------------+-----------------------------------+ -|c |Custom attribut|s: | -| |QuestionWording|X or Y? | -+--------+---------------+-----------------------------------+ -2.2 DISPLAY. Custom data file attributes. -+---------+---------------+ -|Attribute|Value | -#=========#===============# -|array |array element 2| -|key |value | -+---------+---------------+ +diff -c $TEMPDIR/pspp.csv - << EOF +Variable,Description, +a,Custom attributes:, +,ValidationRule[1],a * b > 3 +,ValidationRule[2],a + b > 2 +b,Custom attributes:, +,ValidationRule[1],a * b > 3 +,ValidationRule[2],a + b > 2 +c,Custom attributes:, +,QuestionWording,X or Y? + +Table: Custom data file attributes. +Attribute,Value +array[1],array element 1 +array[2],array element 2 +key,value + +Variable,Description, +b,Custom attributes:, +,ValidationRule,a * b > 3 +c,Custom attributes:, +,QuestionWording,X or Y? + +Table: Custom data file attributes. +Attribute,Value +array,array element 2 +key,value EOF if [ $? -ne 0 ] ; then fail ; fi