Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingInputViewTest.cs =================================================================== diff -u -r411b50528bbd83c02ffdcae699895529b2b34bf7 -r20ff53fcf3c858b25140a275750759c56d47944e --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingInputViewTest.cs (.../PipingInputViewTest.cs) (revision 411b50528bbd83c02ffdcae699895529b2b34bf7) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingInputViewTest.cs (.../PipingInputViewTest.cs) (revision 20ff53fcf3c858b25140a275750759c56d47944e) @@ -532,8 +532,8 @@ private const int bottomDitchPolderSideIndex = 2; private const int bottomDitchDikeSideIndex = 3; private const int ditchDikeSideIndex = 4; - private const int dikeToeAtRiverIndex = 5; - private const int dikeToeAtPolderIndex = 6; + private const int dikeToeAtPolderIndex = 5; + private const int dikeToeAtRiverIndex = 6; private const int exitPointIndex = 7; private const int entryPointIndex = 8;