From dc13d4d4ab193ce3a12c677252724000cba5385d Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 18 Apr 2017 21:36:34 +0900 Subject: [PATCH] Display an actual date/time. --- osu.Desktop.VisualTests/Tests/TestCaseResults.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseResults.cs b/osu.Desktop.VisualTests/Tests/TestCaseResults.cs index 389d32f540..41e9d5adb0 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseResults.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseResults.cs @@ -1,4 +1,5 @@ -using System.Linq; +using System; +using System.Linq; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beatmaps; @@ -42,6 +43,7 @@ namespace osu.Desktop.VisualTests.Tests Accuracy = 0.98, MaxCombo = 123, Rank = ScoreRank.A, + Date = DateTime.Now, User = new User { Username = "peppy",