summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2017-06-09 00:38:08 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-06-09 00:38:08 +0000
commit602c52c8279bfce8a1e835ae269a63ac1e3b802b (patch)
tree22415a871245394ff8b5b48f19d0bee6730945f4
parent49ffe50f7e579acbb5578bdf5bd5c8f3a5970366 (diff)
parentb493e1f5f2d4ac5e518a02ee45735b0bd97c67d7 (diff)
downloadelm-sharp-602c52c8279bfce8a1e835ae269a63ac1e3b802b.tar.gz
elm-sharp-602c52c8279bfce8a1e835ae269a63ac1e3b802b.tar.bz2
elm-sharp-602c52c8279bfce8a1e835ae269a63ac1e3b802b.zip
Merge "Fixed Toolbar testcase name" into tizen
-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
+}