Fixing broken build, see SPRNET-1383

This commit is contained in:
sbohlen
2010-10-29 17:41:27 +00:00
parent 6f8dd84a6c
commit 5d07ee043e

View File

@@ -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()
{