work on documentation
[pspp] / tests / language / stats / graph.at
index 89127163b816b16102eb2de79808f4244d0c986f..750c192be9496a5eb0fa6b131d720dc29af64cf3 100644 (file)
@@ -92,7 +92,7 @@ Recode CityNum
 
 ])
 
-AT_CHECK([pspp -O format=pdf scatterlong.sps], [0], [ignore])
+AT_CHECK([pspp -O format=pdf scatterlong.sps], [0], [ignore], [ignore])
 AT_CLEANUP
 
 AT_SETUP([GRAPH missing values don't crash])
@@ -112,7 +112,7 @@ graph
 graph
       /histogram = x.
 ])
-AT_CHECK([pspp -o pspp.pdf scatter.sps])
+AT_CHECK([pspp -o pspp.pdf scatter.sps], [], [ignore])
 dnl Ignore output -- this is just a no-crash check.
 AT_CLEANUP
 
@@ -135,7 +135,7 @@ graph
       /histogram = x
       /missing = VARIABLE.
 ])
-AT_CHECK([pspp -o pspp.pdf scatter.sps])
+AT_CHECK([pspp -o pspp.pdf scatter.sps], [], [ignore])
 dnl Ignore output -- this is just a no-crash check.
 AT_CLEANUP
 
@@ -159,7 +159,7 @@ graph
       /scatterplot = x with y by z.
 
 ])
-AT_CHECK([pspp -o pspp.pdf scatter.sps])
+AT_CHECK([pspp -o pspp.pdf scatter.sps], [0], [ignore])
 dnl Ignore output -- this is just a no-crash check.
 AT_CLEANUP
 
@@ -395,9 +395,9 @@ Categorical Variables:
   Var: "penalty_favopp_x"
 Categories:
   0 "    1.00"
+  1 "    2.00"
   2 "    4.00"
   3 "    5.00"
-  1 "    2.00"
 All Categories:
 Count: 53.1634; Cat: "    1.00"
 Count: 18.7756; Cat: "    2.00"
@@ -416,9 +416,9 @@ Categorical Variables:
   Var: "XYdem_racethW8"
 Categories:
   0 "    1.00"
+  1 "    2.00"
   2 "    4.00"
   3 "    5.00"
-  1 "    2.00"
 Sub-categories:
   0 "     .00"
   1 "    1.00"