CANONICAL-XER testing

diff --git a/tests/31-set-of-OK.asn1 b/tests/31-set-of-OK.asn1
index 6f36c01..c8fa51e 100644
--- a/tests/31-set-of-OK.asn1
+++ b/tests/31-set-of-OK.asn1
@@ -20,8 +20,14 @@
 
 	-- The following clause tests OPTIONAL.
 	Stuff ::= SET {
-			trees    [0] SET OF Forest OPTIONAL,
-			anything [1] SET OF
+			trees    [1] SET OF Forest OPTIONAL,
+			...,
+			other    CHOICE {
+				a [0] INTEGER,
+				b [3] INTEGER
+			},
+			...,
+			anything [2] SET OF
 				SEQUENCE {
 					cup-of-coffee	BIT STRING,
 					...