Skip to content

Commit aa9d776

Browse files
committed
Adds Copyright and fixes namespace for test model
1 parent 04d5efb commit aa9d776

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Orm/Xtensive.Orm.Tests/Issues/IssueGitHub0070_IncludeProviderParameterMismatchWithinParameterContext.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
// Copyright (C) 2020 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
4+
15
using System;
26
using System.Linq;
37
using System.Reflection;
48
using NUnit.Framework;
59
using Xtensive.Orm.Configuration;
6-
using Xtensive.Orm.Tests.Issues.GithubIssue_xxx_Model;
10+
using Xtensive.Orm.Tests.Issues.IssueGitHub0070_IncludeProviderParameterMismatchWithinParameterContextModel;
711

8-
namespace Xtensive.Orm.Tests.Issues.GithubIssue_xxx_Model
12+
namespace Xtensive.Orm.Tests.Issues.IssueGitHub0070_IncludeProviderParameterMismatchWithinParameterContextModel
913
{
1014
[HierarchyRoot]
1115
[KeyGenerator(KeyGeneratorKind.None)]

0 commit comments

Comments
 (0)