File tree Expand file tree Collapse file tree
Extensions/Xtensive.Orm.Security.Tests/Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,31 +389,31 @@ public void OnlyAuthenticationServiceWithNameNodeNotDefault()
389389 [ Test ]
390390 public void NameNodeInLowCase ( )
391391 {
392- var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Localization .{ ConfigFormat } .NameNode.Naming.LC") ;
392+ var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Security .{ ConfigFormat } .NameNode.Naming.LC") ;
393393 var secConfig = SecurityConfiguration . Load ( section ) ;
394394 ValidateNamingConfigurationResults ( secConfig ) ;
395395 }
396396
397397 [ Test ]
398398 public void NameNodeInUpperCase ( )
399399 {
400- var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Localization .{ ConfigFormat } .NameNode.Naming.UC") ;
400+ var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Security .{ ConfigFormat } .NameNode.Naming.UC") ;
401401 var secConfig = SecurityConfiguration . Load ( section ) ;
402402 ValidateNamingConfigurationResults ( secConfig ) ;
403403 }
404404
405405 [ Test ]
406406 public void NameNodeInCamelCase ( )
407407 {
408- var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Localization .{ ConfigFormat } .NameNode.Naming.CC") ;
408+ var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Security .{ ConfigFormat } .NameNode.Naming.CC") ;
409409 var secConfig = SecurityConfiguration . Load ( section ) ;
410410 ValidateNamingConfigurationResults ( secConfig ) ;
411411 }
412412
413413 [ Test ]
414414 public void NameNodeInPascalCase ( )
415415 {
416- var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Localization .{ ConfigFormat } .NameNode.Naming.PC") ;
416+ var section = GetAndCheckConfigurationSection ( $ "Xtensive.Orm.Security .{ ConfigFormat } .NameNode.Naming.PC") ;
417417 var secConfig = SecurityConfiguration . Load ( section ) ;
418418 ValidateNamingConfigurationResults ( secConfig ) ;
419419 }
You can’t perform that action at this time.
0 commit comments