Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit cea25d4a authored by Michael KRISPER's avatar Michael KRISPER
Browse files

corrected wrong file paths in test again

parent 9c745c5e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment