Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples.NUnitTests/CustomExpectation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23205/DotNetMock.Examples.NUnitTests/CustomExpectation
Modified Files:
ExpectationPersonTests.cs
Log Message:
Standardized headers: license, imports region with system first, vendor second, ours last.
Index: ExpectationPersonTests.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples.NUnitTests/CustomExpectation/ExpectationPersonTests.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ExpectationPersonTests.cs 9 Feb 2005 06:34:28 -0000 1.1
--- ExpectationPersonTests.cs 11 Feb 2005 05:33:36 -0000 1.2
***************
*** 1,4 ****
--- 1,10 ----
+ #region License
+ // Copyright (c) 2005 Griffin Caprio & Choy Rim. All rights reserved.
+ #endregion
+ #region Imports
using System;
+
using NUnit.Framework;
+ #endregion
namespace DotNetMock.Examples.CustomExpectation
|