SPRNET-863 - Passing name of inner object to IApplicationContext.IsSingleton() throws NullReferenceException

This commit is contained in:
markpollack
2008-10-24 21:44:04 +00:00
parent 5b23f73bc0
commit 038bcb17c0
6 changed files with 89 additions and 3 deletions

View File

@@ -757,6 +757,7 @@
<EmbeddedResource Include="Context\Support\invalidType.xml" />
<EmbeddedResource Include="Core\TypeResolution\aliasedObjects.xml" />
<EmbeddedResource Include="Core\IO\TestResource.txt" />
<EmbeddedResource Include="Context\Support\innerObjectsWithPostProcessor.xml" />
<EmbeddedResource Include="Core\IO\ConfigSectionResourceTests_config1.xml" />
<Content Include="Data\PathMatcher\EmptyPattern.test" />
<Content Include="Data\PathMatcher\Examples.test" />
@@ -886,4 +887,4 @@
xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q /d
xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>