"Fixing" failing UT.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-10-12 17:10:17 -07:00
parent 30cb7dc75d
commit 9480774bcb
3 changed files with 2 additions and 13 deletions

View File

@@ -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"; } }
}