From 2f89a61cc05030561ffb994541bc3bf344e850fd Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Mon, 3 Feb 2014 00:23:34 +0100
Subject: [PATCH] tests: Moved some comments so the test data files parse as
 XML

---
 tests/data/test588 | 2 +-
 tests/data/test591 | 2 +-
 tests/data/test592 | 2 +-
 tests/data/test593 | 2 +-
 tests/data/test594 | 2 +-
 tests/data/test595 | 2 +-
 tests/data/test596 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/data/test588 b/tests/data/test588
index 0515b521e2..b30828c140 100644
--- a/tests/data/test588
+++ b/tests/data/test588
@@ -1,9 +1,9 @@
+<testcase>
 #
 # This test is exactly like 525 but the server rejects the EPRT command.
 # Written up to make sure that there's nothing in the multi interface
 # active connection case that differs between PORT and EPRT use
 #
-<testcase>
 <info>
 <keywords>
 FTP
diff --git a/tests/data/test591 b/tests/data/test591
index 1455a38e1e..e1dfcd374b 100644
--- a/tests/data/test591
+++ b/tests/data/test591
@@ -1,9 +1,9 @@
+<testcase>
 #
 # For this test the server rejects the EPRT command,
 # code in lib591 makes use of curl_multi_timeout()
 # and server does not establish data connection.
 #
-<testcase>
 <info>
 <keywords>
 FTP
diff --git a/tests/data/test592 b/tests/data/test592
index f44320577b..6151ccc43a 100644
--- a/tests/data/test592
+++ b/tests/data/test592
@@ -1,9 +1,9 @@
+<testcase>
 #
 # For this test the server rejects the EPRT command,
 # code in lib591 makes use of curl_multi_timeout()
 # and server does not establish data connection.
 #
-<testcase>
 <info>
 <keywords>
 FTP
diff --git a/tests/data/test593 b/tests/data/test593
index c3b1f91e50..a136000be1 100644
--- a/tests/data/test593
+++ b/tests/data/test593
@@ -1,9 +1,9 @@
+<testcase>
 #
 # For this test the server rejects the EPRT command,
 # code in lib591 makes use of curl_multi_timeout()
 # and server does not establish data connection.
 #
-<testcase>
 <info>
 <keywords>
 FTP
diff --git a/tests/data/test594 b/tests/data/test594
index 77b5864d76..d6144ae6bc 100644
--- a/tests/data/test594
+++ b/tests/data/test594
@@ -1,9 +1,9 @@
+<testcase>
 #
 # For this test the server rejects the EPRT command,
 # code in lib591 makes use of curl_multi_timeout()
 # and server does not establish data connection.
 #
-<testcase>
 <info>
 <keywords>
 FTP
diff --git a/tests/data/test595 b/tests/data/test595
index 28ff9c1a18..0099a857cd 100644
--- a/tests/data/test595
+++ b/tests/data/test595
@@ -1,7 +1,7 @@
+<testcase>
 #
 # This test is like 585 but uses passive FTP instead of HTTP
 #
-<testcase>
 <info>
 <keywords>
 FTP
diff --git a/tests/data/test596 b/tests/data/test596
index bb5def43fe..9377289dc4 100644
--- a/tests/data/test596
+++ b/tests/data/test596
@@ -1,7 +1,7 @@
+<testcase>
 #
 # This test is like 585 but uses active FTP instead of HTTP
 #
-<testcase>
 <info>
 <keywords>
 FTP
-- 
GitLab