Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 58810a40 authored by Harald Martini's avatar Harald Martini
Browse files

updated testpath for special case primary + completed

parent ba6bca57
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ namespace VectoMockupTest
private const string TestDataDir = "TestData\\";
private const string CompletedDiesel = TestDataDir + "Multistage\\newVifCompletedConventional.vecto";
private const string CompletedDiesel = TestDataDir + "Integration\\Multistage\\newVifCompletedConventional.vecto";
private const string CompletedExempted = TestDataDir + "Multistage\\newVifExempted.vecto";
private const string CompletedExemptedWithoutTPMLM = TestDataDir + "Multistage\\newVifExempted-noTPMLM.vecto";
private string CompletedWithoutADAS = TestDataDir + "Multistage\\newVifCompletedConventional-noADAS.vecto";
......@@ -216,6 +216,7 @@ namespace VectoMockupTest
Assert.IsTrue(MRF_CIF_WriterTestBase.ValidateAndPrint(XDocument.Load(fileWriter.XMLFullReportName), XsdPath), "MRF invalid");
}
[TestCase(Conventional_InterimBus, TestName = "ConventionalInterimBus")]
public void InterimBusMockupTest(string fileName)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment