File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.Tests/Storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments