From 9e6b5a0f7040e7ae1ccfaa3a7a8f7cff28ea7420 Mon Sep 17 00:00:00 2001 From: eeichinger Date: Sun, 31 Oct 2010 02:40:02 +0000 Subject: [PATCH] fixed broken ConfigurationReaderTests --- .../Objects/Factory/Config/ConfigurationReaderTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigurationReaderTests.cs b/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigurationReaderTests.cs index bbf71a80..24a84d3b 100644 --- a/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigurationReaderTests.cs +++ b/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigurationReaderTests.cs @@ -228,9 +228,9 @@ namespace Spring.Objects.Factory.Config [Test] #if !NET_2_0 - [ExpectedException(typeof(ConfigurationException), ExpectedMessage = "Cannot read properties; config section 'ELNOMBRE' not found.")] + [ExpectedException(typeof(ConfigurationException), ExpectedMessage = "Cannot read config section 'ELNOMBRE' - section not found.")] #else - [ExpectedException(typeof(ConfigurationErrorsException), ExpectedMessage = "Cannot read properties; config section 'ELNOMBRE' not found.")] + [ExpectedException(typeof(ConfigurationErrorsException), ExpectedMessage = "Cannot read config section 'ELNOMBRE' - section not found.")] #endif public void TryReadFromNonExistantConfigSection() {