From 28fde4a386a5157351a38f3802b1277ee26d4f8f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 2 Jun 2015 07:14:18 +0200 Subject: [PATCH] Exercise the GRAPH command in the split-file test --- tests/language/dictionary/split-file.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index ff18c7f351..f1fc33d8a3 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -91,6 +91,8 @@ FACTOR /VARIABLES = b c d. FILTER BY c. FREQUENCIES b. GLM c BY b. +GRAPH /HISTOGRAM = b . +GRAPH /SCATTERPLOT(BIVARIATE) = b with c by e . LIST. LOGISTIC REGRESSION q WITH b. MEANS c b. -- 2.30.2