summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJEONGHYUN YUN <jh0506.yun@samsung.com>2017-06-09 09:12:16 +0900
committerJEONGHYUN YUN <jh0506.yun@samsung.com>2017-06-09 09:14:43 +0900
commitb493e1f5f2d4ac5e518a02ee45735b0bd97c67d7 (patch)
tree971e075159dc394672a4f11ba0b5a236a99e1462
parenta58b15bbaddda1277b1afcab3cef41095bd44ba9 (diff)
downloadelm-sharp-b493e1f5f2d4ac5e518a02ee45735b0bd97c67d7.tar.gz
elm-sharp-b493e1f5f2d4ac5e518a02ee45735b0bd97c67d7.tar.bz2
elm-sharp-b493e1f5f2d4ac5e518a02ee45735b0bd97c67d7.zip
Fixed Toolbar testcase name
Change-Id: I2aefbbf2e4e0a3d67e1188004368997826f09ed7 Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
-rwxr-xr-xElmSharp.Test/TC/ToolbarTest4.cs6
1 files changed, 3 insertions, 3 deletions
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
+}