From 20801181b2e921cffddc10951541b9b9da9affe1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Mon, 27 Nov 2000 11:54:35 +0000 Subject: [PATCH] file:// test data --- tests/data/command200.txt | 2 ++ tests/data/command201.txt | 2 ++ tests/data/error201.txt | 1 + tests/data/name200.txt | 1 + tests/data/name201.txt | 1 + tests/data/reply200.txt | 5 +++++ 6 files changed, 12 insertions(+) create mode 100644 tests/data/command200.txt create mode 100644 tests/data/command201.txt create mode 100644 tests/data/error201.txt create mode 100644 tests/data/name200.txt create mode 100644 tests/data/name201.txt create mode 100644 tests/data/reply200.txt diff --git a/tests/data/command200.txt b/tests/data/command200.txt new file mode 100644 index 0000000000..8069c547d2 --- /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 0000000000..4112fa2df1 --- /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 0000000000..81b5c5d06c --- /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 0000000000..0defc8cd00 --- /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 0000000000..fd357f5759 --- /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 0000000000..40ab200694 --- /dev/null +++ b/tests/data/reply200.txt @@ -0,0 +1,5 @@ +foo + bar +bar + foo +moo -- GitLab