From b493e1f5f2d4ac5e518a02ee45735b0bd97c67d7 Mon Sep 17 00:00:00 2001 From: JEONGHYUN YUN Date: Fri, 9 Jun 2017 09:12:16 +0900 Subject: Fixed Toolbar testcase name Change-Id: I2aefbbf2e4e0a3d67e1188004368997826f09ed7 Signed-off-by: JEONGHYUN YUN --- ElmSharp.Test/TC/ToolbarTest4.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ElmSharp.Test') diff --git a/ElmSharp.Test/TC/ToolbarTest4.cs b/ElmSharp.Test/TC/ToolbarTest4.cs index db2ee47..268aadf 100755 --- a/ElmSharp.Test/TC/ToolbarTest4.cs +++ b/ElmSharp.Test/TC/ToolbarTest4.cs @@ -20,9 +20,9 @@ using System.Collections.Generic; namespace ElmSharp.Test { - public class ToolbarTest3 : TestCaseBase + public class ToolbarTest4 : TestCaseBase { - public override string TestName => "ToolbarTest3"; + public override string TestName => "ToolbarTest4"; public override string TestDescription => "To test basic operation of Toolbar"; public override void Run(Window window) @@ -132,4 +132,4 @@ namespace ElmSharp.Test conformant.SetContent(outterBox); } } -} \ No newline at end of file +} -- cgit v1.2.3