EXAMINE: Extend test for empty dataset and fix bug.
[pspp] / tests / language / stats / examine.at
index 29dab48ff2690f6095b0b9280fc14772d43c2a20..d4540ba45d0a16b10c1908906d21547b81fee259 100644 (file)
@@ -615,7 +615,12 @@ BEGIN DATA.
 .
 END DATA.
 
-EXAMINE /x PLOT=HISTOGRAM.
+EXAMINE /x 
+       PLOT=HISTOGRAM BOXPLOT NPPLOT SPREADLEVEL(1) ALL
+       /ID=x
+        /STATISTICS = DESCRIPTIVES EXTREME (5) ALL
+       /PERCENTILE=AEMPIRICAL
+       .
 ])
 AT_CHECK([pspp -o pspp.csv examine.sps], [0], [ignore])
 dnl Ignore output -- this is just a no-crash check.