regres => yes
This commit is contained in:
parent
86ec4a22f8
commit
6965778b04
4 changed files with 11 additions and 17 deletions
|
|
@ -140,18 +140,10 @@ namespace test
|
|||
|
||||
|
||||
TestingDatabase = (string)builder["Database"];
|
||||
|
||||
Logger.LogInformation("ServerSideFixture created.");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void InitTestHost()
|
||||
{
|
||||
|
||||
|
||||
|
||||
EnsureTestDb();
|
||||
|
||||
}
|
||||
|
||||
private ModelBuilder modelBuilder;
|
||||
|
||||
|
|
@ -201,6 +193,8 @@ namespace test
|
|||
{
|
||||
Logger.LogInformation("Disposing");
|
||||
}
|
||||
|
||||
public bool DbCreated { get { return dbCreated; } }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue