|
From: <exo...@us...> - 2002-12-31 21:36:44
|
Update of /cvsroot/nmock/nmock/test
In directory sc8-pr-cvs1:/tmp/cvs-serv31302/test
Modified Files:
test.csproj.user
Log Message:
modified nant build file to build separate core and test assemblies
added new CollectingConstraint for post-test parameter validation
modified ClassGenerator to support overriding of internal and protected internal methods
fixed exception message in MockCall.checkArguments
Index: test.csproj.user
===================================================================
RCS file: /cvsroot/nmock/nmock/test/test.csproj.user,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test.csproj.user 16 Dec 2002 14:52:41 -0000 1.1
--- test.csproj.user 31 Dec 2002 21:36:40 -0000 1.2
***************
*** 2,6 ****
<CSHARP>
<Build>
! <Settings ReferencePath = "D:\Projects\nmock\lib\" >
<Config
Name = "Debug"
--- 2,6 ----
<CSHARP>
<Build>
! <Settings ReferencePath = "D:\Projects\nmock\lib\;C:\dev\nmock\lib\" >
<Config
Name = "Debug"
|