Lots of changes, mostly to documentation, towards initial release.
[cql-java-moved-to-github.git] / test / random / README
diff --git a/test/random/README b/test/random/README
new file mode 100644 (file)
index 0000000..0b09089
--- /dev/null
@@ -0,0 +1,15 @@
+$Id: README,v 1.1 2002-11-03 16:49:38 mike Exp $
+
+In this directory, we test the integrity of the cql-java tools as
+follows:
+
+* Generate a random tree with CQLGenerate
+* Take a copy
+* Canonicalise it with CQLparser -c.
+* Compare the before-and-after versions.
+
+  Since the CQLGenerate output is in canonical form anyway, the
+  before-and-after versions should be identical.  This process
+  exercises the comprehensiveness and bullet-proofing of the parser,
+  as well as the accuracy of the rendering.
+