refactoring
This commit is contained in:
parent
9fc719aa4d
commit
62afee53e1
12 changed files with 13 additions and 24 deletions
|
|
@ -4,10 +4,9 @@ using Yavsc.Models;
|
|||
using Yavsc.Server.Models.IT.SourceCode;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
using yavscTests.ServerFixtures;
|
||||
using Yavsc.Server.Models.IT;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Net.Security;
|
||||
using yavscTests.ServerFixtures;
|
||||
using IdentityModel.Client;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
namespace yavscTests {
|
||||
namespace Yavsc {
|
||||
public class ResxResources {
|
||||
const string resPath = "Resources/Test.TestResources.resx";
|
||||
public void HaveAResxLoader()
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
|
||||
using yavscTests.ServerFixtures;
|
||||
|
||||
|
||||
namespace yavscTests.Mandatory;
|
||||
namespace Yavsc.Org.Tests.Mandatory;
|
||||
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue