mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Fixing unit tests
--HG-- branch : 1.x extra : rebase_source : ef680533e7877459c8d20ae2eeeb10d409068589
This commit is contained in:
@@ -112,6 +112,12 @@ namespace Orchard.Tests.Modules.Users.Services {
|
||||
_userService = _container.Resolve<IUserService>();
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TearDown() {
|
||||
_session.Transaction.Commit();
|
||||
_session.Transaction.Dispose();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void NonceShouldBeDecryptable() {
|
||||
var user = _membershipService.CreateUser(new CreateUserParams("foo", "66554321", "foo@bar.com", "", "", true));
|
||||
|
Reference in New Issue
Block a user