Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AnotherTest
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12432/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AnotherTest
Modified Files:
LoadAppContextTests.cs
Log Message:
fixed SPRNET-659
added missing files AbstractCacheTests
added Tests for Spring.Web/Globalization/Resolvers
fixed Spring.Testing.NUnit.Tests.2003 project
Index: LoadAppContextTests.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AnotherTest/LoadAppContextTests.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LoadAppContextTests.cs 21 Aug 2007 19:26:14 -0000 1.2
--- LoadAppContextTests.cs 25 Aug 2007 14:26:35 -0000 1.3
***************
*** 1,3 ****
- #if !NET_1_0
#region License
--- 1,2 ----
***************
*** 20,23 ****
--- 19,24 ----
#endregion
+ #if !NET_1_0
+
#region Imports
|