Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/Structures/StructuresParameterRowsValidatorTest.cs =================================================================== diff -u -rf06c84e1276819affaeafdf1169142e02c6eb04e -rca4fb89a27bf5b95eb1a14070fa24d64e3c8f345 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/Structures/StructuresParameterRowsValidatorTest.cs (.../StructuresParameterRowsValidatorTest.cs) (revision f06c84e1276819affaeafdf1169142e02c6eb04e) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/Structures/StructuresParameterRowsValidatorTest.cs (.../StructuresParameterRowsValidatorTest.cs) (revision ca4fb89a27bf5b95eb1a14070fa24d64e3c8f345) @@ -343,8 +343,7 @@ // Setup var irrelevantParameter = new StructuresParameterRow { - ParameterId = "I am irrelevant :(", - LineNumber = 10 + ParameterId = "I am irrelevant :(" }; // Call @@ -381,13 +380,11 @@ const string extraParameterName = "Extra Parameter"; var extraParameter = new StructuresParameterRow { - ParameterId = extraParameterName, - LineNumber = 10 + ParameterId = extraParameterName }; var extraParameter2 = new StructuresParameterRow { - ParameterId = extraParameterName, - LineNumber = 11 + ParameterId = extraParameterName }; List readParameterRows = expectedParameterRows.ToList(); @@ -1842,8 +1839,7 @@ new StructuresParameterRow { ParameterId = StructureFilesKeywords.ClosingStructureParameterKeyword11, - NumericalValue = 123, - LineNumber = 11 + NumericalValue = 123 }, new StructuresParameterRow { @@ -1858,8 +1854,7 @@ new StructuresParameterRow { ParameterId = StructureFilesKeywords.ClosingStructureParameterKeyword14, - NumericalValue = 0.8, - LineNumber = 14 + NumericalValue = 0.8 }, new StructuresParameterRow {