From 04daa9b9dedb69409ad6c8dbd65c57779bb204a9 Mon Sep 17 00:00:00 2001
From: "VKMTHD\\haraldmartini" <harald.martini@student.tugraz.at>
Date: Wed, 8 Mar 2023 13:31:48 +0100
Subject: [PATCH] cast to XMLDeclarationReport instead of
 XMLDeclarationReport09

---
 .../Integration/Declaration/HeavyLorry/LorrySimulation.cs       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs b/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs
index bd4446137d..6c45472c5a 100644
--- a/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs
+++ b/VectoCore/VectoCoreTest/Integration/Declaration/HeavyLorry/LorrySimulation.cs
@@ -960,7 +960,7 @@ public class LorrySimulation
 	private int GetResultCount(IDeclarationReport report)
 	{
 
-		if (report is XMLDeclarationReport09 rep09)
+		if (report is XMLDeclarationReport rep09)
 		{
 
 
-- 
GitLab