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

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

Updated Testcase to new behaviour of ConsolidateManfucturing stage

parent 159893ab
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,8 @@ namespace TUGraz.VectoCore.Tests.XML
var inputDataProvider = _xmlInputReader.Create(reader) as IMultistageBusInputDataProvider;
Assert.AreEqual(null, inputDataProvider.JobInputData.ManufacturingStages);
Assert.AreEqual(null, inputDataProvider.JobInputData.ConsolidateManufacturingStage);
//The consolidated ManufacturingStage is now always created, and can hold some values from the primary vehicle (i.e. TPMLM)
//Assert.AreEqual(null, inputDataProvider.JobInputData.ConsolidateManufacturingStage);
Assert.AreEqual(false, inputDataProvider.JobInputData.InputComplete);
}
......
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