File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.Tests/Issues Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
77using System ;
88using System . Linq ;
99using NUnit . Framework ;
1010using Xtensive . Orm . Configuration ;
11- using Xtensive . Orm . Tests . Storage . MultipleFKViaStructureTestModel ;
11+ using Xtensive . Orm . Tests . Issues . MultipleFKViaStructureTestModel ;
1212using Xtensive . Orm . Providers ;
1313using 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 {
You can’t perform that action at this time.
0 commit comments