mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
"Fixing" failing UT.
--HG-- branch : dev
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Orchard.Core.Tests.Common.Providers {
|
||||
}
|
||||
|
||||
class TestUser : ContentPart, IUser {
|
||||
public int Id { get { return 6655321; } }
|
||||
public new int Id { get { return 6655321; } }
|
||||
public string UserName {get { return "x"; }}
|
||||
public string Email { get { return "y"; } }
|
||||
}
|
||||
|
Reference in New Issue
Block a user