From 8e2a18d1eb72f86e3b5807fbb3c20cb94b344814 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Fri, 5 May 2017 09:45:23 +0200
Subject: [PATCH] make xml valid

---
 .../XML/Variations/vecto_vehicle-sample_FULL_Comments.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VectoCommon/VectoHashingTest/Testdata/XML/Variations/vecto_vehicle-sample_FULL_Comments.xml b/VectoCommon/VectoHashingTest/Testdata/XML/Variations/vecto_vehicle-sample_FULL_Comments.xml
index 9203fdd9dd..90172db239 100644
--- a/VectoCommon/VectoHashingTest/Testdata/XML/Variations/vecto_vehicle-sample_FULL_Comments.xml
+++ b/VectoCommon/VectoHashingTest/Testdata/XML/Variations/vecto_vehicle-sample_FULL_Comments.xml
@@ -9,7 +9,7 @@
 		<Date>2017-02-15T11:00:00Z</Date>
 		<LegislativeClass>N3</LegislativeClass>
 		<VehicleCategory>Tractor</VehicleCategory>
-		<AxleConfiguration <!-- comment inside element -->>4x2</AxleConfiguration>
+		<AxleConfiguration ><!-- comment inside element -->4x2</AxleConfiguration>
 		<CurbMassChassis>7100</CurbMassChassis>
 		<GrossVehicleMass>40000</GrossVehicleMass>
 		<IdlingSpeed>600</IdlingSpeed>
-- 
GitLab