Missed checking in these test data files.
authorDan Fandrich <dan@coneharvesters.com>
Fri, 8 Feb 2008 18:42:12 +0000 (18:42 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 8 Feb 2008 18:42:12 +0000 (18:42 +0000)
tests/data/test1022 [new file with mode: 0644]
tests/data/test1023 [new file with mode: 0644]

diff --git a/tests/data/test1022 b/tests/data/test1022
new file mode 100644 (file)
index 0000000..c7727cb
--- /dev/null
@@ -0,0 +1,37 @@
+<testcase>
+<info>
+<keywords>
+curl-config
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+none
+</server>
+ <name>
+Compare curl --version with curl-config --version
+ </name>
+ <command>
+--version
+</command>
+<postcheck>
+%SRCDIR/libtest/test1022.pl ../curl-config log/stdout1022 version
+</postcheck>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+2
+</errorcode>
+</verify>
+</testcase>
diff --git a/tests/data/test1023 b/tests/data/test1023
new file mode 100644 (file)
index 0000000..1ef9b87
--- /dev/null
@@ -0,0 +1,37 @@
+<testcase>
+<info>
+<keywords>
+curl-config
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+none
+</server>
+ <name>
+Compare curl --version with curl-config --vernum
+ </name>
+ <command>
+--version
+</command>
+<postcheck>
+%SRCDIR/libtest/test1022.pl ../curl-config log/stdout1023 vernum
+</postcheck>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+2
+</errorcode>
+</verify>
+</testcase>