From d4d8f156a9f3056ae2183ff1afca70aba0f67af8 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Sun, 22 Nov 2015 14:22:58 -0500 Subject: [PATCH] fixing errantly-excluded source files --- src/Spring/Spring.Core/Spring.Core.2010.csproj | 2 ++ .../Generic/{Test => }/LinkedHashDictionaryTest.cs | 4 +--- test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename test/Spring/Spring.Core.Tests/Collections/Generic/{Test => }/LinkedHashDictionaryTest.cs (95%) diff --git a/src/Spring/Spring.Core/Spring.Core.2010.csproj b/src/Spring/Spring.Core/Spring.Core.2010.csproj index eecf4350..e144f750 100644 --- a/src/Spring/Spring.Core/Spring.Core.2010.csproj +++ b/src/Spring/Spring.Core/Spring.Core.2010.csproj @@ -130,10 +130,12 @@ Code + + diff --git a/test/Spring/Spring.Core.Tests/Collections/Generic/Test/LinkedHashDictionaryTest.cs b/test/Spring/Spring.Core.Tests/Collections/Generic/LinkedHashDictionaryTest.cs similarity index 95% rename from test/Spring/Spring.Core.Tests/Collections/Generic/Test/LinkedHashDictionaryTest.cs rename to test/Spring/Spring.Core.Tests/Collections/Generic/LinkedHashDictionaryTest.cs index 7c6536e0..322c10f0 100644 --- a/test/Spring/Spring.Core.Tests/Collections/Generic/Test/LinkedHashDictionaryTest.cs +++ b/test/Spring/Spring.Core.Tests/Collections/Generic/LinkedHashDictionaryTest.cs @@ -18,13 +18,11 @@ #endregion -using System; using System.Collections.Generic; using System.Linq; -using Spring.Collections.Generic using NUnit.Framework; -namespace Spring.Collections.Generic.Test +namespace Spring.Collections.Generic { /// /// This class contains tests for LinkedHashDictionary diff --git a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj index 3316ffa6..f34919cb 100644 --- a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj +++ b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj @@ -127,7 +127,7 @@ Code - + Code