From 2b7af34c30b5ea6ab4b27032d5ae4cd609c332d2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 25 May 2010 22:24:12 +0100 Subject: [PATCH] Add tests for available-all-groups command. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index f094749..305c4a4 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4711,7 +4711,7 @@ This command is the same as C except that it allows you to specify the new size (in bytes) explicitly."); ("available_all_groups", (RStringList "groups", []), 251, [], - [], + [InitNone, Always, TestRun [["available_all_groups"]]], "return a list of all optional groups", "\ This command returns a list of all optional groups that this -- 1.8.3.1