|
From: Owen R. <exo...@us...> - 2004-09-17 03:34:09
|
Update of /cvsroot/nmock/nmock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9698 Modified Files: .cvsignore Log Message: - committing jim's changes to add support for mocking methods with ref arguments - refactored signature class to encapsulate methods and properties Index: .cvsignore =================================================================== RCS file: /cvsroot/nmock/nmock/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .cvsignore 23 Mar 2004 06:20:17 -0000 1.3 --- .cvsignore 17 Sep 2004 03:33:29 -0000 1.4 *************** *** 5,6 **** --- 5,7 ---- nmock.resharper nmock.resharperoptions + _ReSharper.nmock \ No newline at end of file |