User: mzywitza
Date: 2009/12/12 11:16 PM

Added:
 /ActiveRecord/trunk/src/Castle.ActiveRecord.Tests/
  NUnitInMemoryTest.cs

Removed:
 /ActiveRecord/trunk/src/Castle.ActiveRecord.Tests/Testing/
  NUnitInMemoryTest.cs

Log:
 Moved NUnitInMemoryTest to Tests base directory for use in other tests.

File Changes:

Directory: /ActiveRecord/trunk/src/Castle.ActiveRecord.Tests/
=============================================================

File [added]: NUnitInMemoryTest.cs
Delta lines: +0 -38
===================================================================

--- 
ActiveRecord/trunk/src/Castle.ActiveRecord.Tests/Testing/NUnitInMemoryTest.cs   
    2009-12-13 05:41:17 UTC (rev 6410)
+++ 
ActiveRecord/trunk/src/Castle.ActiveRecord.Tests/Testing/NUnitInMemoryTest.cs   
    2009-12-13 06:16:28 UTC (rev 6411)
@@ -1,39 +0,0 @@
-// Copyright 2004-2009 Castle Project - http://www.castleproject.org/
-// 
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-// 
-//     http://www.apache.org/licenses/LICENSE-2.0
-// 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-namespace Castle.ActiveRecord.Tests.Testing
-{
-       using System;
-
-       using NUnit.Framework;
-
-       using Castle.ActiveRecord.Framework;
-       using Castle.ActiveRecord.Testing;
-
-
-       public abstract class NUnitInMemoryTest : InMemoryTest
-       {
-               [SetUp]
-               public override void SetUp()
-               {
-                       base.SetUp();
-               }
-
-               [TearDown]
-               public override void TearDown()
-               {
-                       base.TearDown();
-               }       
-       }

Directory: /ActiveRecord/trunk/src/Castle.ActiveRecord.Tests/Testing/
=====================================================================

File [removed]: NUnitInMemoryTest.cs
Delta lines: +0 -0
===================================================================

--

You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.


Reply via email to