Skip to content

Commit

Permalink
Merge pull request #1020 from smoogipooo/fix-testcases
Browse files Browse the repository at this point in the history
Make RunTest virtual again
  • Loading branch information
peppy authored Sep 6, 2017
2 parents 997e5db + c15846d commit 14a33d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework.Testing/TestCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void SetupTest()
/// are properly added and executed.
/// </summary>
[TearDown]
public void RunTest()
public virtual void RunTest()
{
using (var host = new HeadlessGameHost())
host.Run(new TestCaseTestRunner(this));
Expand Down

0 comments on commit 14a33d1

Please sign in to comment.