|
From: <sm...@us...> - 2003-03-13 21:55:57
|
Update of /cvsroot/nmock/nmock/test
In directory sc8-pr-cvs1:/tmp/cvs-serv13897/test
Modified Files:
test.csproj
Log Message:
added FastErrorHandlingTest
Index: test.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/test/test.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test.csproj 16 Dec 2002 14:52:26 -0000 1.1
--- test.csproj 13 Mar 2003 21:55:53 -0000 1.2
***************
*** 70,74 ****
<Reference
Name = "System.XML"
! AssemblyName = "System.XML"
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
--- 70,74 ----
<Reference
Name = "System.XML"
! AssemblyName = "System.Xml"
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
***************
*** 99,102 ****
--- 99,107 ----
<File
RelPath = "NMock\DynamicMockTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NMock\FastErrorHandlingTest.cs"
SubType = "Code"
BuildAction = "Compile"
|