Skip to content

Commit b42f150

Browse files
committed
Unify test schemas
1 parent cc0286d commit b42f150

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Orm/Xtensive.Orm.Tests/Storage/Multimapping/MultischemaTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012 Xtensive LLC.
1+
// Copyright (C) 2012-2021 Xtensive LLC.
22
// All rights reserved.
33
// For conditions of distribution and use, see license.
44
// Created by: Denis Krjuchkov
@@ -12,10 +12,10 @@ namespace Xtensive.Orm.Tests.Storage.Multimapping
1212
{
1313
public abstract class MultischemaTest : MultimappingTest
1414
{
15-
protected const string Schema1Name = "test1";
16-
protected const string Schema2Name = "test2";
17-
protected const string Schema3Name = "test3";
18-
protected const string Schema4Name = "test4";
15+
protected const string Schema1Name = "Model1";
16+
protected const string Schema2Name = "Model2";
17+
protected const string Schema3Name = "Model3";
18+
protected const string Schema4Name = "Model4";
1919

2020
protected override void CheckRequirements()
2121
{

Orm/Xtensive.Orm.Tests/Storage/Multinode/SchemaMultinodeTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014 Xtensive LLC.
1+
// Copyright (C) 2014-2021 Xtensive LLC.
22
// All rights reserved.
33
// For conditions of distribution and use, see license.
44
// Created by: Denis Krjuchkov
@@ -13,9 +13,9 @@ namespace Xtensive.Orm.Tests.Storage.Multinode
1313
[TestFixture]
1414
public class SchemaMultinodeTest : StandardMultinodeTest
1515
{
16-
private const string DefaultSchema = "n1";
17-
private const string SecondSchema = "n2";
18-
private const string ThirdSchema = "n3";
16+
private const string DefaultSchema = "Model1";
17+
private const string SecondSchema = "Model2";
18+
private const string ThirdSchema = "Model3";
1919

2020
protected override void CheckRequirements()
2121
{

0 commit comments

Comments
 (0)