Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/HydraulicLocationConfigurationDatabasePropertiesTest.cs =================================================================== diff -u -r07f1f57018498819d1e957b7ad15fd28cc533902 -r4df18494d98eb03078205c2fc03e46e509d422ec --- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/HydraulicLocationConfigurationDatabasePropertiesTest.cs (.../HydraulicLocationConfigurationDatabasePropertiesTest.cs) (revision 07f1f57018498819d1e957b7ad15fd28cc533902) +++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/HydraulicLocationConfigurationDatabasePropertiesTest.cs (.../HydraulicLocationConfigurationDatabasePropertiesTest.cs) (revision 4df18494d98eb03078205c2fc03e46e509d422ec) @@ -80,7 +80,7 @@ // Assert Assert.IsEmpty(properties.FilePath); Assert.IsEmpty(properties.ScenarioName); - Assert.AreEqual(0, properties.Year); + Assert.AreEqual("0", properties.Year); Assert.IsEmpty(properties.Scope); Assert.IsEmpty(properties.SeaLevel); Assert.IsEmpty(properties.RiverDischarge);