fixed Spring.net.2005.sln Spring.Messaging.Tests.2005 still fails

This commit is contained in:
eeichinger
2008-10-14 15:27:02 +00:00
parent 505cbe538d
commit a094575679
3 changed files with 8 additions and 0 deletions

View File

@@ -250,6 +250,8 @@
<Compile Include="Aspects\Cache\CacheParameterAdviceTests.cs" />
<Compile Include="Aspects\Cache\CacheAspectIntegrationTests.cs" />
<Compile Include="Aspects\Cache\InvalidateCacheAdviceTests.cs" />
<Compile Include="Aspects\Exception\CaptureOutputLogger.cs" />
<Compile Include="Aspects\Exception\CaptureOutputLoggerFactoryAdapter.cs" />
<Compile Include="Aspects\Exception\ExceptionHandlerAspectIntegrationTests.cs" />
<Compile Include="Aspects\Logging\SimpleLoggingAdviceTests.cs" />
<Compile Include="Aspects\Logging\TestableSimpleLoggingAdvice.cs" />

View File

@@ -171,7 +171,9 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Dao\Attributes\PersistenceExceptionTranslationAdvisorTests.cs" />
<Compile Include="Dao\Attributes\PersistenceExceptionTranslationInterceptorTests.cs" />
<Compile Include="Dao\Attributes\PersistenceExceptionTranslationPostProcessorTests.cs" />
<Compile Include="Dao\Support\DataAccessUtilsTests.cs" />
<Compile Include="Data\Common\DbParametersTests.cs" />
<Compile Include="Data\Common\UserCredentialsDbProviderTests.cs" />
<Compile Include="Data\Core\ServiceDomainTransactionManagerTests.cs" />