Fixed Toolbar testcase name 03/133003/1
authorJEONGHYUN YUN <jh0506.yun@samsung.com>
Fri, 9 Jun 2017 00:12:16 +0000 (09:12 +0900)
committerJEONGHYUN YUN <jh0506.yun@samsung.com>
Fri, 9 Jun 2017 00:14:43 +0000 (09:14 +0900)
Change-Id: I2aefbbf2e4e0a3d67e1188004368997826f09ed7
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
ElmSharp.Test/TC/ToolbarTest4.cs

index db2ee47..268aadf 100755 (executable)
@@ -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
+}