From 5d07ee043ecaab97f62727b6247a54e785602772 Mon Sep 17 00:00:00 2001 From: sbohlen Date: Fri, 29 Oct 2010 17:41:27 +0000 Subject: [PATCH] Fixing broken build, see SPRNET-1383 --- .../Objects/Factory/Config/ConfigSectionVariableSourceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigSectionVariableSourceTests.cs b/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigSectionVariableSourceTests.cs index daae2c60..da71031a 100644 --- a/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigSectionVariableSourceTests.cs +++ b/test/Spring/Spring.Core.Tests/Objects/Factory/Config/ConfigSectionVariableSourceTests.cs @@ -65,7 +65,7 @@ namespace Spring.Objects.Factory.Config // non-existant variable Assert.IsNull(vs.ResolveVariable("dummy")); } -#if NET_2_0 +#if NET_2_0 && !NET_3_5 [Test] public void TestVariableResolutionFromApplicationSettingsSchema() {