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