From 9f42205dccda980b20df498b5ede7c51422d5567 Mon Sep 17 00:00:00 2001
From: Marc Hoersken <info@marc-hoersken.de>
Date: Sat, 1 Feb 2014 13:43:19 +0100
Subject: [PATCH] FTP tests: enable text-mode for more datacheck sections

---
 tests/data/test1010 | 2 +-
 tests/data/test1047 | 2 +-
 tests/data/test1316 | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/data/test1010 b/tests/data/test1010
index 1f8bf3a8e7..a51d68ab30 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 421708cc4f..028a8a6cc5 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 a7b10b6daa..d6ea5e180a 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 ..
-- 
GitLab