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 62e72475 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

removed some old test cases

parent 050b3c03
No related branches found
No related tags found
No related merge requests found
......@@ -188,63 +188,5 @@ namespace TUGraz.VectoCore.Tests.Integration
Assert.IsTrue(jobContainer.Runs.All(r => r.Success), string.Concat(jobContainer.Runs.Select(r => r.ExecException)));
}
//[TestMethod]
//public void Truck40t_RegionalDeliveryCycle_RefLoad_Declaration()
//{
// const string jobFile = @"c:\Users\Technik\Downloads\40t Long Haul Truck\40t_Long_Haul_Truck.vecto";
// var inputData = JSONInputDataFactory.ReadJsonJob(jobFile);
// var fileWriter = new FileOutputWriter(jobFile);
// var factory = new SimulatorFactory(ExecutionMode.Declaration,
// inputData, fileWriter) {
// WriteModalResults = true,
// SumData = new SummaryDataContainer(fileWriter)
// };
// var runs = factory.SimulationRuns().ToArray();
// var run = runs[4];
// run.Run();
// Assert.IsTrue(run.FinishedWithoutErrors);
//}
//[TestMethod]
//public void Truck12t_LongHaulCycle_RefLoad_Declaration()
//{
// const string jobFile = @"c:\Users\Technik\Downloads\12t Delivery Truck\12t Delivery Truck.vecto";
// var inputData = JSONInputDataFactory.ReadJsonJob(jobFile);
// var fileWriter = new FileOutputWriter(jobFile);
// // TODO: fails due to interpolaion failure in Gear 4
// var factory = new SimulatorFactory(ExecutionMode.Declaration, inputData, fileWriter) {
// WriteModalResults = true,
// SumData = new SummaryDataContainer(fileWriter)
// };
// var runs = factory.SimulationRuns().ToArray();
// var run = runs[1];
// run.Run();
// Assert.IsTrue(run.FinishedWithoutErrors);
//}
//[TestMethod]
//public
//void Truck12t_UrbanDeliveryCycle_RefLoad_Declaration()
//{
// var jobFile = @"c:\Users\Technik\Downloads\12t Delivery Truck\12t Delivery Truck.vecto";
// var inputData = JSONInputDataFactory.ReadJsonJob(jobFile);
// var fileWriter = new FileOutputWriter(jobFile);
// // TODO: fails due to interpolaion failure in Gear 4
// var factory = new SimulatorFactory(ExecutionMode.Declaration, inputData, fileWriter) {
// WriteModalResults = true,
// SumData = new SummaryDataContainer(fileWriter)
// };
// var runs = factory.SimulationRuns().ToArray();
// var run = runs[7];
// run.Run();
// Assert.IsTrue(run.FinishedWithoutErrors);
//}
}
}
\ No newline at end of file
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