Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationContextRowTest.cs =================================================================== diff -u -r84afb606e58d67c6342c4f11bf66b042e49f52d6 -r6ecd02f5f7c642d5624f1e52f528c51b1bf5ab3a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationContextRowTest.cs (.../HydraulicBoundaryLocationContextRowTest.cs) (revision 84afb606e58d67c6342c4f11bf66b042e49f52d6) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationContextRowTest.cs (.../HydraulicBoundaryLocationContextRowTest.cs) (revision 6ecd02f5f7c642d5624f1e52f528c51b1bf5ab3a) @@ -64,6 +64,7 @@ Assert.AreEqual(locationname, row.Name); var expectedPoint2D = new Point2D(coordinateX, coordinateY); Assert.AreEqual(expectedPoint2D, row.Location); + Assert.AreSame(context, row.HydraulicBoundaryLocationContext); Assert.IsFalse(row.ToCalculate); }