diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-27 11:54:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-27 11:54:35 +0000 |
commit | 20801181b2e921cffddc10951541b9b9da9affe1 (patch) | |
tree | 6825c99f4444e0cc9b750de13ad22ab2acf505e6 | |
parent | 3723c52057a871600f0f4e8aaae847a1c9113da8 (diff) |
file:// test data
-rw-r--r-- | tests/data/command200.txt | 2 | ||||
-rw-r--r-- | tests/data/command201.txt | 2 | ||||
-rw-r--r-- | tests/data/error201.txt | 1 | ||||
-rw-r--r-- | tests/data/name200.txt | 1 | ||||
-rw-r--r-- | tests/data/name201.txt | 1 | ||||
-rw-r--r-- | tests/data/reply200.txt | 5 |
6 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/command200.txt b/tests/data/command200.txt new file mode 100644 index 000000000..8069c547d --- /dev/null +++ b/tests/data/command200.txt @@ -0,0 +1,2 @@ +file://data/reply200.txt + diff --git a/tests/data/command201.txt b/tests/data/command201.txt new file mode 100644 index 000000000..4112fa2df --- /dev/null +++ b/tests/data/command201.txt @@ -0,0 +1,2 @@ +file://data/fooobar-reply201.txt + diff --git a/tests/data/error201.txt b/tests/data/error201.txt new file mode 100644 index 000000000..81b5c5d06 --- /dev/null +++ b/tests/data/error201.txt @@ -0,0 +1 @@ +37 diff --git a/tests/data/name200.txt b/tests/data/name200.txt new file mode 100644 index 000000000..0defc8cd0 --- /dev/null +++ b/tests/data/name200.txt @@ -0,0 +1 @@ +file:// with relative path diff --git a/tests/data/name201.txt b/tests/data/name201.txt new file mode 100644 index 000000000..fd357f575 --- /dev/null +++ b/tests/data/name201.txt @@ -0,0 +1 @@ +file:// with non-existing file diff --git a/tests/data/reply200.txt b/tests/data/reply200.txt new file mode 100644 index 000000000..40ab20069 --- /dev/null +++ b/tests/data/reply200.txt @@ -0,0 +1,5 @@ +foo + bar +bar + foo +moo |