Merge branch 'release' into dev

This commit is contained in:
Kiran Challa 2016-04-08 15:00:28 -07:00
commit 2e1c290172
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ namespace Microsoft.AspNetCore.Identity.Test
IdentityResultAssert.IsFailure(await manager.CreateAsync(user), _errorDescriber.InvalidEmail(email));
}
#if DNX451
#if NET451
[Theory]
[InlineData("@@afd")]
[InlineData("bogus")]