pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/tests/stats/percentiles-enhanced.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/stats/percentiles-enhanced.sh
Date: Mon, 02 May 2005 02:22:03 -0400

Index: pspp/tests/stats/percentiles-enhanced.sh
diff -u pspp/tests/stats/percentiles-enhanced.sh:1.1 
pspp/tests/stats/percentiles-enhanced.sh:1.2
--- pspp/tests/stats/percentiles-enhanced.sh:1.1        Sat Apr  3 07:10:56 2004
+++ pspp/tests/stats/percentiles-enhanced.sh    Mon May  2 06:21:21 2005
@@ -52,7 +52,7 @@
 
 activity="create program $i"
 cat > $TEMPDIR/prog.sps <<EOF
-DATA LIST LIST notable /x * .
+DATA LIST LIST notable /X * .
 BEGIN DATA.
 1 
 2 
@@ -110,7 +110,7 @@
 
 activity="create program $i"
 cat > $TEMPDIR/prog.sps <<EOF
-DATA LIST LIST notable /x * f *.
+DATA LIST LIST notable /X * F *.
 BEGIN DATA.
 1 2
 2 2
@@ -173,7 +173,7 @@
 
 activity="create program $i"
 cat > $TEMPDIR/prog.sps <<EOF
-DATA LIST LIST notable /x * f *.
+DATA LIST LIST notable /X * F *.
 BEGIN DATA.
 1 1
 3 2
@@ -231,7 +231,7 @@
 
 activity="create program $i"
 cat > $TEMPDIR/prog.sps <<EOF
-DATA LIST LIST notable /x * f *.
+DATA LIST LIST notable /X * F *.
 BEGIN DATA.
 1 1
 3 2
@@ -288,4 +288,4 @@
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 
-pass;
\ No newline at end of file
+pass;




reply via email to

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