Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17589/test/Spring/Spring.Aop.Tests
Modified Files:
Spring.Aop.Tests.csproj
Log Message:
Ported the first two test methods of ProxyFactoryTests from Spring.Java.
Index: Spring.Aop.Tests.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Spring.Aop.Tests.csproj 16 Jul 2004 14:06:17 -0000 1.2
--- Spring.Aop.Tests.csproj 1 Aug 2004 09:02:07 -0000 1.3
***************
*** 79,82 ****
--- 79,102 ----
HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll"
/>
+ <Reference
+ Name = "System.Data"
+ AssemblyName = "System.Data"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
+ />
+ <Reference
+ Name = "System.XML"
+ AssemblyName = "System.Xml"
+ HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
+ />
+ <Reference
+ Name = "AopAlliance"
+ Project = "{3767878B-C181-4940-B1B4-D478143AD068}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
+ <Reference
+ Name = "Spring.Core"
+ Project = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
</References>
</Build>
***************
*** 93,96 ****
--- 113,136 ----
/>
<File
+ RelPath = "Aop\Framework\CountingBeforeAdvice.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aop\Framework\MethodCounter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aop\Framework\ProxyFactoryTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Aop\Interceptor\NopInterceptor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Aop\Interceptor\SideEffectObject.cs"
SubType = "Code"
|