Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/CustomExpectation
In directory sc8-pr-cvs1:/tmp/cvs-serv6910/DotNetMock.Examples/CustomExpectation
Modified Files:
ExpectationPerson.cs
Log Message:
Added ClearActual & ClearExpected calls to the constructor of AbstractCollection(string)
Index: ExpectationPerson.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/CustomExpectation/ExpectationPerson.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ExpectationPerson.cs 5 Jan 2004 01:19:46 -0000 1.3
--- ExpectationPerson.cs 5 Jan 2004 02:01:11 -0000 1.4
***************
*** 11,16 ****
public ExpectationPerson( string name ) : base( name ) {
- ClearActual();
- ClearExpected();
}
--- 11,14 ----
|