diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-02-01 13:43:19 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-02-01 13:43:19 +0100 |
commit | 9f42205dccda980b20df498b5ede7c51422d5567 (patch) | |
tree | 8ab8f514990cfda09337e0df185183bad7675f6f | |
parent | 4ea2d5579be5037666c4c6b5f184a58cb9e20f5f (diff) |
FTP tests: enable text-mode for more datacheck sections
-rw-r--r-- | tests/data/test1010 | 2 | ||||
-rw-r--r-- | tests/data/test1047 | 2 | ||||
-rw-r--r-- | tests/data/test1316 | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1010 b/tests/data/test1010 index 1f8bf3a8e..a51d68ab3 100644 --- a/tests/data/test1010 +++ b/tests/data/test1010 @@ -11,7 +11,7 @@ LIST <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. diff --git a/tests/data/test1047 b/tests/data/test1047 index 421708cc4..028a8a6cc 100644 --- a/tests/data/test1047 +++ b/tests/data/test1047 @@ -13,7 +13,7 @@ LIST <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. diff --git a/tests/data/test1316 b/tests/data/test1316 index a7b10b6da..d6ea5e180 100644 --- a/tests/data/test1316 +++ b/tests/data/test1316 @@ -21,13 +21,13 @@ Magic: sure you can FTP me # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> +HTTP/1.1 200 Mighty fine indeed
+Magic: sure you can FTP me
+
HTTP/1.1 200 Mighty fine indeed
Magic: sure you can FTP me
-HTTP/1.1 200 Mighty fine indeed -Magic: sure you can FTP me - total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. |