From cea25d4adca09abf5cf7c9bef9588a5ca9197dec Mon Sep 17 00:00:00 2001
From: Michael Krisper <michael.krisper@tugraz.at>
Date: Wed, 11 Nov 2015 13:43:55 +0100
Subject: [PATCH] corrected wrong file paths in test again

---
 VectoCoreTest/Integration/DeclarationReportTest.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VectoCoreTest/Integration/DeclarationReportTest.cs b/VectoCoreTest/Integration/DeclarationReportTest.cs
index e77e94cb4c..f463bc88ab 100644
--- a/VectoCoreTest/Integration/DeclarationReportTest.cs
+++ b/VectoCoreTest/Integration/DeclarationReportTest.cs
@@ -30,7 +30,7 @@ namespace TUGraz.VectoCore.Tests.Integration
 			jobContainer.WaitFinished();
 
 			Assert.IsTrue(File.Exists(@"job-report.vsum"));
-			Assert.IsTrue(File.Exists(@"job-report.pdf"));
+			Assert.IsTrue(File.Exists(@"TestData\Jobs\job-report.pdf"));
 		}
 	}
 }
\ No newline at end of file
-- 
GitLab