|
From: Owen R. <exo...@us...> - 2004-03-25 13:47:04
|
Update of /cvsroot/nmock/nmock/test/NMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1305/test/NMock Modified Files: MockContainerTest.cs Log Message: fixed bug in MockContainer due to hashtable ordering Index: MockContainerTest.cs =================================================================== RCS file: /cvsroot/nmock/nmock/test/NMock/MockContainerTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MockContainerTest.cs 23 Mar 2004 06:20:17 -0000 1.1 --- MockContainerTest.cs 25 Mar 2004 13:36:16 -0000 1.2 *************** *** 66,70 **** IMock m = container[typeof(Foo)]; } ! public class Foo { --- 66,70 ---- IMock m = container[typeof(Foo)]; } ! } public class Foo { *************** *** 108,111 **** string There { get; } } - } } --- 108,110 ---- |