Skip to content

Commit 0c71b40

Browse files
committed
Move test to correct namespace
1 parent 9b00bb8 commit 0c71b40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Orm/Xtensive.Orm.Tests/Issues/IssueJira0117_FKStructureTest.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// Copyright (C) 2011 Xtensive LLC.
2-
// All rights reserved.
3-
// For conditions of distribution and use, see license.
1+
// Copyright (C) 2011-2025 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
44
// Created by: Denis Krjuchkov
55
// Created: 2011.05.19
66

77
using System;
88
using System.Linq;
99
using NUnit.Framework;
1010
using Xtensive.Orm.Configuration;
11-
using Xtensive.Orm.Tests.Storage.MultipleFKViaStructureTestModel;
11+
using Xtensive.Orm.Tests.Issues.MultipleFKViaStructureTestModel;
1212
using Xtensive.Orm.Providers;
1313
using Xtensive.Sql.Model;
1414

15-
namespace Xtensive.Orm.Tests.Storage.MultipleFKViaStructureTestModel
15+
namespace Xtensive.Orm.Tests.Issues.MultipleFKViaStructureTestModel
1616
{
1717
[HierarchyRoot]
1818
public class Target1 : Entity
@@ -81,7 +81,7 @@ public class Owner3 : Entity
8181
}
8282
}
8383

84-
namespace Xtensive.Orm.Tests.Storage
84+
namespace Xtensive.Orm.Tests.Issues
8585
{
8686
public class IssueJira0117_FKStructureTest : AutoBuildTest
8787
{

0 commit comments

Comments
 (0)