diff options
-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 |