File tree 1 file changed +9
-3
lines changed
Extensions/Xtensive.Orm.Localization.Tests
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 .
4
4
// Created by: Alexey Kulakov
5
5
// Created: 2019.12.04
6
6
10
10
using TestCommon ;
11
11
using Xtensive . Orm . Configuration ;
12
12
using Xtensive . Orm . Localization . Tests . Model ;
13
+ using Xtensive . Orm . Tests ;
13
14
14
15
namespace Xtensive . Orm . Localization . Tests
15
16
{
@@ -29,6 +30,11 @@ public class MultipleNodesTest : CommonModelTest
29
30
private static string SpanishTitle = "Bienvenido!" ;
30
31
private static string SpanishContent = "Mis amigos mejores! Bienvenido a mi cumpleanos!" ;
31
32
33
+ protected override void CheckRequirements ( )
34
+ {
35
+ Require . AllFeaturesSupported ( Providers . ProviderFeatures . Multischema ) ;
36
+ }
37
+
32
38
protected override Domain BuildDomain ( DomainConfiguration configuration )
33
39
{
34
40
var domain = base . BuildDomain ( configuration ) ;
You can’t perform that action at this time.
0 commit comments