Fix CI issues (pass #2)

This commit is contained in:
Dean Herbert
2017-07-08 18:17:47 +09:00
parent 3c425dd07f
commit bb8efcc12f
16 changed files with 43 additions and 47 deletions

View File

@ -21,10 +21,10 @@ namespace osu.Desktop.VisualTests.Tests
private const int start_time = 0;
private const int duration = 1000;
private MyContextMenuContainer container;
public TestCaseContextMenu()
{
MyContextMenuContainer container;
Add(container = new MyContextMenuContainer
{
Size = new Vector2(200),