pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/import-export.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/command/import-export.sh
Date: Sun, 21 Aug 2005 03:21:10 -0400

Index: pspp/tests/command/import-export.sh
diff -u pspp/tests/command/import-export.sh:1.6 
pspp/tests/command/import-export.sh:1.7
--- pspp/tests/command/import-export.sh:1.6     Sun Jul 31 04:55:59 2005
+++ pspp/tests/command/import-export.sh Sun Aug 21 07:21:06 2005
@@ -50,7 +50,7 @@
 
 activity="create program"
 cat > $TESTFILE <<EOF
-DATA LIST LIST /X * Y *.
+DATA LIST LIST NOTABLE /X Y.
 BEGIN DATA.
 1 2
 3 4
@@ -58,9 +58,6 @@
 END DATA.
 
 EXPORT /OUTFILE='wiz.por'.
-
-LIST.
-
 IMPORT /FILE='wiz.por'.
 
 LIST.
@@ -74,26 +71,11 @@
 
 activity="compare output"
 diff -b -B $TEMPDIR/pspp.list - << EOF
-1.1 DATA LIST.  Reading free-form data from the command file.
-+--------+------+
-|Variable|Format|
-#========#======#
-|X       |F8.0  |
-|Y       |F8.0  |
-+--------+------+
-
        X        Y
 -------- --------
     1.00     2.00 
     3.00     4.00 
     5.00     6.00 
-
-       X        Y
--------- --------
-    1.00     2.00 
-    3.00     4.00 
-    5.00     6.00 
-
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]