Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 326ea21c authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

move VIF files in test to a subdirectory so that they are not overwritten when...

move VIF files in test to a subdirectory so that they are not overwritten when running all testcases when running the pirmary bus testcases
parent 7c9450e2
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 541 deletions
......@@ -30,7 +30,7 @@ namespace TUGraz.VectoCore.Tests.Integration.CompletedBus
public const string CompletedFile32 = @"TestData\Integration\Buses\FactorMethod\vecto_vehicle-completed_heavyBus_41.xml";
//public const string CompletedFile33b1 = @"TestData\Integration\Buses\FactorMethod\CompletedHeavyBus_33b1.RSLT_VIF.xml";
public const string CompletedFile33b1 = @"TestData\Integration\Buses\FactorMethod\vecto_vehicle-completed_heavyBus_42.xml";
public const string PifFile_33_34 = @"TestData\Integration\Buses\FactorMethod\primary_heavyBus group42_SmartPS.RSLT_VIF.xml";
public const string PifFile_33_34 = @"TestData\Integration\Buses\FactorMethod\VIF\primary_heavyBus group42_SmartPS.RSLT_VIF.xml";
[OneTimeSetUp]
public void RunBeforeAnyTests()
......
......@@ -7,7 +7,7 @@
},
"Body": {
"CompletedVehicle": "vecto_vehicle-completed_heavyBus_41.xml",
"PrimaryVehicleResults": "primary_heavyBus group41.RSLT_VIF.xml",
"PrimaryVehicleResults": "VIF/primary_heavyBus group41.RSLT_VIF.xml",
"RunSimulation": true
}
}
......
......@@ -7,7 +7,7 @@
},
"Body": {
"CompletedVehicle": "vecto_vehicle-completed_heavyBus_41.xml",
"PrimaryVehicleResults": "primary_heavyBus group41_AT-P.RSLT_VIF.xml",
"PrimaryVehicleResults": "VIF/primary_heavyBus group41_AT-P.RSLT_VIF.xml",
"RunSimulation": true
}
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
},
"Body": {
"CompletedVehicle": "vecto_vehicle-completed_heavyBus_41.xml",
"PrimaryVehicleResults": "vecto_vehicle-primary_heavyBus_ESS_electricFanSTP.RSLT_VIF.xml",
"PrimaryVehicleResults": "VIF/vecto_vehicle-primary_heavyBus_ESS_electricFanSTP.RSLT_VIF.xml",
"RunSimulation": true
}
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
},
"Body": {
"CompletedVehicle": "vecto_vehicle-completed_heavyBus_41_mixed.xml",
"PrimaryVehicleResults": "vecto_vehicle-primary_heavyBus_ESS_electricFanSTP.RSLT_VIF.xml",
"PrimaryVehicleResults": "VIF/vecto_vehicle-primary_heavyBus_ESS_electricFanSTP.RSLT_VIF.xml",
"RunSimulation": true
}
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
},
"Body": {
"CompletedVehicle": "vecto_vehicle-completed_heavyBus_42.xml",
"PrimaryVehicleResults": "primary_heavyBus group42_SmartPS.RSLT_VIF.xml",
"PrimaryVehicleResults": "VIF/primary_heavyBus group42_SmartPS.RSLT_VIF.xml",
"RunSimulation": true
}
}
\ No newline at end of file
......@@ -32,8 +32,8 @@
<None Include="TestData\**" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<None Update="TestData\Integration\Buses\FactorMethod\primary_heavyBus group42_SmartPS.RSLT_VIF.xml">
<ItemGroup>
<None Update="TestData\Integration\Buses\FactorMethod\CompletedBus_41-32b.vecto">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="TestData\Integration\DeclarationMode\V24_DeclarationMode\HeavyLorry\PEV_heavyLorry_AMT_E2_realistic.xml">
......
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