Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock
In directory usw-pr-cvs1:/tmp/cvs-serv15995/DotNetMock
Modified Files:
ExpectationCollection.cs
Log Message:
Added using System.Collections line
Index: ExpectationCollection.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/ExpectationCollection.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ExpectationCollection.cs 21 Sep 2002 07:08:52 -0000 1.2
--- ExpectationCollection.cs 23 Sep 2002 20:13:26 -0000 1.3
***************
*** 2,5 ****
--- 2,6 ----
{
using System;
+ using System.Collections;
/// <summary>
/// Summary description for Expectation Collection Interface.
|