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

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

added test message in TestDeclarationCycleFactoryVariant

parent 2222d256
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ namespace TUGraz.VectoCore.Tests.Utils
var cycleFile = Path.Combine(BASE_PATH, Variant,
missionType.ToString().Replace("EMS", "") + ".vdri");
if (File.Exists(cycleFile)) {
var cycle = File.OpenRead(cycleFile);
TestContext.Progress.WriteLine($"[{nameof(TestDeclarationCycleFactoryVariant)}] - Using {cycleFile}");
var cycle = File.OpenRead(cycleFile);
return DrivingCycleDataReader.ReadFromStream(cycle, CycleType.DistanceBased, "", false);
}
......
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