Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9668
Modified Files:
Spring.Aop.Tests.2005.csproj
Log Message:
Update to Common.Logging 1.2
Add Logging advice
Refactoring of ExceptionHandlingAdvice
start of retry advice
misc improvements to spring.aop
Index: Spring.Aop.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2005.csproj,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Spring.Aop.Tests.2005.csproj 14 Sep 2007 15:45:50 -0000 1.31
--- Spring.Aop.Tests.2005.csproj 8 Oct 2007 22:05:26 -0000 1.32
***************
*** 85,88 ****
--- 85,92 ----
<HintPath>..\..\..\lib\Net\2.0\nunit.framework.dll</HintPath>
</Reference>
+ <Reference Include="Rhino.Mocks, Version=2.9.6.40380, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\Net\2.0\Rhino.Mocks.dll</HintPath>
+ </Reference>
<Reference Include="System">
<Name>System</Name>
***************
*** 247,250 ****
--- 251,257 ----
<Compile Include="Aspects\Cache\InvalidateCacheAdviceTests.cs" />
<Compile Include="Aspects\Exception\ExceptionHandlerAspectIntegrationTests.cs" />
+ <Compile Include="Aspects\Logging\SimpleLoggingAdviceTests.cs" />
+ <Compile Include="Aspects\Logging\TestableSimpleLoggingAdvice.cs" />
+ <Compile Include="Aspects\RetryAdviceTests.cs" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
|