From 8c1649818b2d76baa364f2f0b4eeaca4dadf30cb Mon Sep 17 00:00:00 2001
From: Marc Bastian Heinrichs <typo3@mbh-software.de>
Date: Tue, 18 Mar 2014 17:07:07 +0100
Subject: [PATCH] [BUGFIX] Remove obsolete node in import test data header xml

Resolves: #57045
Releases: 6.2
Change-Id: I439305e5143b3c51a03befc642caf66286264679
Reviewed-on: https://review.typo3.org/28496
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Marc Bastian Heinrichs
Tested-by: Marc Bastian Heinrichs
---
 ...and-ttcontent-with-image-without-storage.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-image-without-storage.xml b/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-image-without-storage.xml
index e6eb38ab7a29..d9e7719d131f 100644
--- a/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-image-without-storage.xml
+++ b/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-image-without-storage.xml
@@ -92,21 +92,6 @@
 					<softrefs type="array">
 					</softrefs>
 				</rec>
-				<rec index="2" type="array">
-					<uid>1</uid>
-					<pid>0</pid>
-					<title>typo3_image2.jpg</title>
-					<size>532</size>
-					<relationLevel>1</relationLevel>
-					<relations index="rels" type="array">
-						<element index="sys_file_storage:2" type="array">
-							<id>2</id>
-							<table>sys_file_storage</table>
-						</element>
-					</relations>
-					<softrefs type="array">
-					</softrefs>
-				</rec>
 			</table>
 			<table index="sys_file_metadata" type="array">
 				<rec index="1" type="array">
@@ -545,4 +530,4 @@ AgKDQDAgQD9xAwAMAYQDF7gwAMBphAP3ALhAMTIEAAB//9k=
 			<content_sha1>da9acdf1e105784a57bbffec9520969578287797</content_sha1>
 		</file>
 	</files_fal>
-</T3RecordDocument>
\ No newline at end of file
+</T3RecordDocument>
-- 
GitLab