refacts
This commit is contained in:
@ -3,7 +3,7 @@ using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
using Yavsc.Helpers;
|
||||
|
||||
namespace test
|
||||
namespace yavscTests
|
||||
{
|
||||
[Collection("Yavsc Abstract tests")]
|
||||
[Trait("regression", "II")]
|
||||
|
@ -2,7 +2,7 @@ using System;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace test.Mandatory
|
||||
namespace yavscTests.Mandatory
|
||||
{
|
||||
[Collection("Database")]
|
||||
[Trait("regression", "II")]
|
||||
@ -25,7 +25,7 @@ namespace test.Mandatory
|
||||
{
|
||||
output.WriteLine("db not dropped");
|
||||
}
|
||||
output.WriteLine($"Startup.Testing.ConnectionStrings.DatabaseCtor is {Startup.Testing.ConnectionStrings.DatabaseCtor}");
|
||||
output.WriteLine($"Startup.Testing.ConnectionStrings.Default is {Startup.TestingSetup.ConnectionStrings.Default}");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -35,8 +35,8 @@ namespace test.Mandatory
|
||||
[Fact]
|
||||
public void InstallFromScratchUsingPoweredNpgsqlUser()
|
||||
{
|
||||
_serverFixture.EnsureTestDb();
|
||||
_serverFixture.UpgradeDb();
|
||||
Assert.True(_serverFixture.EnsureTestDb());
|
||||
Assert.True(_serverFixture.UpgradeDb()==0);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
@ -3,7 +3,7 @@ using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
using Yavsc.Abstract.Manage;
|
||||
|
||||
namespace test
|
||||
namespace yavscTests
|
||||
{
|
||||
|
||||
[Collection("EMaillingTeststCollection")]
|
||||
|
@ -3,7 +3,7 @@ using Xunit;
|
||||
using System.IO;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace test
|
||||
namespace yavscTests
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user