Add test case for UserPage.

This commit is contained in:
Huo Yaoyuan
2017-06-05 21:04:35 +08:00
parent 159e8d84c2
commit 1b8ef3bbbd
3 changed files with 41 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
@ -24,6 +25,7 @@ namespace osu.Game.Users
var sections = new UserPageSection[] { };
var sectionsContainer = new SectionsContainer
{
RelativeSizeAxes = Axes.Both,
ExpandableHeader = new UserPageHeader(user),
FixedHeader = tab,
Sections = sections