File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Extensions/Xtensive.Orm.Localization.Tests Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- // Copyright (C) 2019 Xtensive LLC.
2- // All rights reserved .
3- // For conditions of distribution and use, see license .
1+ // Copyright (C) 2019-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 .
44// Created by: Alexey Kulakov
55// Created: 2019.12.04
66
1010using TestCommon ;
1111using Xtensive . Orm . Configuration ;
1212using Xtensive . Orm . Localization . Tests . Model ;
13+ using Xtensive . Orm . Tests ;
1314
1415namespace Xtensive . Orm . Localization . Tests
1516{
@@ -29,6 +30,11 @@ public class MultipleNodesTest : CommonModelTest
2930 private static string SpanishTitle = "Bienvenido!" ;
3031 private static string SpanishContent = "Mis amigos mejores! Bienvenido a mi cumpleanos!" ;
3132
33+ protected override void CheckRequirements ( )
34+ {
35+ Require . AllFeaturesSupported ( Providers . ProviderFeatures . Multischema ) ;
36+ }
37+
3238 protected override Domain BuildDomain ( DomainConfiguration configuration )
3339 {
3440 var domain = base . BuildDomain ( configuration ) ;
You can’t perform that action at this time.
0 commit comments