New
authormike <mike>
Fri, 29 Jun 2007 15:42:17 +0000 (15:42 +0000)
committermike <mike>
Fri, 29 Jun 2007 15:42:17 +0000 (15:42 +0000)
test/regression/sections/02/15.xcql [new file with mode: 0644]
test/regression/sections/02/16.xcql [new file with mode: 0644]
test/regression/sections/02/17.xcql [new file with mode: 0644]

diff --git a/test/regression/sections/02/15.xcql b/test/regression/sections/02/15.xcql
new file mode 100644 (file)
index 0000000..3a23abe
--- /dev/null
@@ -0,0 +1,7 @@
+<searchClause>
+  <index>numberOfLegs</index>
+  <relation>
+    <value>&lt;=</value>
+  </relation>
+  <term>4</term>
+</searchClause>
diff --git a/test/regression/sections/02/16.xcql b/test/regression/sections/02/16.xcql
new file mode 100644 (file)
index 0000000..0e8eccd
--- /dev/null
@@ -0,0 +1,7 @@
+<searchClause>
+  <index>numberOfLegs</index>
+  <relation>
+    <value>&lt;&gt;</value>
+  </relation>
+  <term>4</term>
+</searchClause>
diff --git a/test/regression/sections/02/17.xcql b/test/regression/sections/02/17.xcql
new file mode 100644 (file)
index 0000000..b2587ff
--- /dev/null
@@ -0,0 +1,7 @@
+<searchClause>
+  <index>title</index>
+  <relation>
+    <value>==</value>
+  </relation>
+  <term>jaws</term>
+</searchClause>