Added a couple more tests
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 17 Dec 2003 01:08:29 +0000 (01:08 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 17 Dec 2003 01:08:29 +0000 (01:08 +0000)
tests/Makefile.am
tests/data-list.stat [deleted file]
tests/expect/data-list.stat [deleted file]
tests/expect/loop.stat [deleted file]

index 60f81fcedb20f82288b5eec16ad9cae71a2a84be..69e929d3575818adcbffb9b92d5ae6b0d0bf6897 100644 (file)
@@ -7,6 +7,7 @@ TESTS = command/aggregate.sh \
        command/bignum.sh \
        command/count.sh \
        command/descriptives.sh \
+       command/file-label.sh \
        command/flip.sh \
        command/lag.sh \
        command/loop.sh \
@@ -27,8 +28,8 @@ sort.data: gengarbage$(EXTEXT)
 
 EXTRA_DIST = \
 compute.stat crosstabs.stat data-fmts.stat     \
-data-list.data data-list.stat do-if.stat do-repeat.stat        \
-expr.stat file-lab.stat filter.stat gengarbage.c               \
+data-list.data do-if.stat do-repeat.stat       \
+expr.stat filter.stat gengarbage.c             \
 inpt-pgm.stat list.data list.stat mtch-file.stat       \
 means.stat mdfy-vars.stat pcs-if.stat recode.stat              \
 repeating.stat reread.data reread.stat  \
diff --git a/tests/data-list.stat b/tests/data-list.stat
deleted file mode 100644 (file)
index 5df73cb..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-title 'Test DATA LIST FREE and DATA LIST LIST'.
-
-remark EOF
-----------------------------------------------------------------------
-There is no test for DATA LIST FIXED since it is imagined that the
-rest of the tests give it a pretty good workout.
-----------------------------------------------------------------------
-EOF
-remark EOF
-----------------------------------------------------------------------
-Testing use of DATA LIST FREE.
-----------------------------------------------------------------------
-EOF
-data list free table file='data-list.data'/A(A8) B C D.
-list.
-
-remark EOF
-----------------------------------------------------------------------
-Testing use of DATA LIST LIST.
-----------------------------------------------------------------------
-EOF
-data list list table file='data-list.data'/A(A8) B C D.
-list.
-
diff --git a/tests/expect/data-list.stat b/tests/expect/data-list.stat
deleted file mode 100644 (file)
index 651bbc3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-data-list.data:2: warning: LIST: Missing value(s) for all variables from C
-        onward.  These will be filled with the system-missing value or blanks,
-        as appropriate.
-data-list.data:3: warning: LIST: Missing value(s) for all variables from B
-        onward.  These will be filled with the system-missing value or blanks,
-        as appropriate.
-data-list.data:4: error: (columns 3-12, field type F8.0) Field does not form a
-        valid floating-point constant.
-data-list.data:4: warning: LIST: Missing value(s) for all variables from C
-        onward.  These will be filled with the system-missing value or blanks,
-        as appropriate.
-data-list.data:5: warning: LIST: Missing value(s) for all variables from C
-        onward.  These will be filled with the system-missing value or blanks,
-        as appropriate.
-data-list.data:6: warning: LIST: Missing value(s) for all variables from B
-        onward.  These will be filled with the system-missing value or blanks,
-        as appropriate.
diff --git a/tests/expect/loop.stat b/tests/expect/loop.stat
deleted file mode 100644 (file)
index 6e3b423..0000000
+++ /dev/null
@@ -1 +0,0 @@
--:12: warning: BREAK: BREAK not enclosed in DO IF structure.