зеркало из https://github.com/aspnet/Identity.git
Update Identity tests to use new EF EnsureCreated method.
This commit is contained in:
Родитель
8024c92b58
Коммит
be7c69e5c0
|
@ -33,10 +33,7 @@ namespace Microsoft.AspNet.Identity.Entity.Test
|
|||
var db = new IdentityContext(serviceProvider);
|
||||
|
||||
// TODO: Recreate DB, doesn't support String ID or Identity context yet
|
||||
if (!db.Database.Exists())
|
||||
{
|
||||
db.Database.Create();
|
||||
}
|
||||
db.Database.EnsureCreated();
|
||||
|
||||
// TODO: CreateAsync DB?
|
||||
return db;
|
||||
|
|
Загрузка…
Ссылка в новой задаче