diff --git a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj
index f515a699..3a79de1d 100644
--- a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj
+++ b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.2010.csproj
@@ -71,12 +71,12 @@
-
+
Always
-
+
Always
diff --git a/test/Spring/Spring.Web.Mvc3.Tests/SpringMvcDependencyResolverTests.cs b/test/Spring/Spring.Web.Mvc3.Tests/SpringMvcDependencyResolverTests.cs
index f26ef3f6..59aa5959 100644
--- a/test/Spring/Spring.Web.Mvc3.Tests/SpringMvcDependencyResolverTests.cs
+++ b/test/Spring/Spring.Web.Mvc3.Tests/SpringMvcDependencyResolverTests.cs
@@ -42,8 +42,8 @@ namespace Spring.Web.Mvc.Tests
public void _TestSetup()
{
ContextRegistry.Clear();
- _context = new MvcApplicationContext("file://objects.xml");
- _mvcNamedContext = new MvcApplicationContext("named", false, "file://namedContextObjects.xml");
+ _context = new MvcApplicationContext("file://objectsMvc3.xml");
+ _mvcNamedContext = new MvcApplicationContext("named", false, "file://namedContextObjectsMvc3.xml");
ContextRegistry.RegisterContext(_context);
ContextRegistry.RegisterContext(_mvcNamedContext);
diff --git a/test/Spring/Spring.Web.Mvc3.Tests/namedContextObjects.xml b/test/Spring/Spring.Web.Mvc3.Tests/namedContextObjectsMvc3.xml
similarity index 100%
rename from test/Spring/Spring.Web.Mvc3.Tests/namedContextObjects.xml
rename to test/Spring/Spring.Web.Mvc3.Tests/namedContextObjectsMvc3.xml
diff --git a/test/Spring/Spring.Web.Mvc3.Tests/objects.xml b/test/Spring/Spring.Web.Mvc3.Tests/objectsMvc3.xml
similarity index 100%
rename from test/Spring/Spring.Web.Mvc3.Tests/objects.xml
rename to test/Spring/Spring.Web.Mvc3.Tests/objectsMvc3.xml