Rename project ElmSharpTest to ElmSharp.Test
authorKangho Hur <kangho.hur@samsung.com>
Mon, 5 Sep 2016 01:13:39 +0000 (10:13 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 5 Sep 2016 01:27:46 +0000 (10:27 +0900)
Change-Id: I8bffb640009887c38b95c9b739f50dc7b3ca1436

44 files changed:
test/ElmSharp.Test/ElmSharp.Test.csproj [moved from ElmSharpTest/ElmSharpTest.csproj with 94% similarity]
test/ElmSharp.Test/ElmSharp.Test.project.json [moved from ElmSharpTest/ElmSharpTest.project.json with 100% similarity]
test/ElmSharp.Test/ElmSharpTest.Net45.csproj [moved from ElmSharpTest/ElmSharpTest.Net45.csproj with 100% similarity]
test/ElmSharp.Test/ElmSharpTest.Net45.project.json [moved from ElmSharpTest/ElmSharpTest.Net45.project.json with 100% similarity]
test/ElmSharp.Test/Properties/AssemblyInfo.cs [moved from ElmSharpTest/Properties/AssemblyInfo.cs with 93% similarity]
test/ElmSharp.Test/TC/BackgroundTest1.cs [moved from ElmSharpTest/TC/BackgroundTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/BackgroundTest2.cs [moved from ElmSharpTest/TC/BackgroundTest2.cs with 100% similarity]
test/ElmSharp.Test/TC/BackgroundTest3.cs [moved from ElmSharpTest/TC/BackgroundTest3.cs with 100% similarity]
test/ElmSharp.Test/TC/BoxTest1.cs [moved from ElmSharpTest/TC/BoxTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ButtonTest1.cs [moved from ElmSharpTest/TC/ButtonTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/CalendarTest1.cs [moved from ElmSharpTest/TC/CalendarTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/CheckTest1.cs [moved from ElmSharpTest/TC/CheckTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ColorSelectorTest1.cs [moved from ElmSharpTest/TC/ColorSelectorTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ContextPopupTest1.cs [moved from ElmSharpTest/TC/ContextPopupTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/DateTimeSelectorTest1.cs [moved from ElmSharpTest/TC/DateTimeSelectorTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/EntryTest1.cs [moved from ElmSharpTest/TC/EntryTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/GenGridTest1.cs [moved from ElmSharpTest/TC/GenGridTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/GenGridTest2.cs [moved from ElmSharpTest/TC/GenGridTest2.cs with 100% similarity]
test/ElmSharp.Test/TC/GenListTest1.cs [moved from ElmSharpTest/TC/GenListTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/GenListTest2.cs [moved from ElmSharpTest/TC/GenListTest2.cs with 100% similarity]
test/ElmSharp.Test/TC/GenListTest3.cs [moved from ElmSharpTest/TC/GenListTest3.cs with 100% similarity]
test/ElmSharp.Test/TC/GenListTest4.cs [moved from ElmSharpTest/TC/GenListTest4.cs with 100% similarity]
test/ElmSharp.Test/TC/GenListTest5.cs [moved from ElmSharpTest/TC/GenListTest5.cs with 100% similarity]
test/ElmSharp.Test/TC/IconTest1.cs [moved from ElmSharpTest/TC/IconTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/IndexTest1.cs [moved from ElmSharpTest/TC/IndexTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/IndexTest2.cs [moved from ElmSharpTest/TC/IndexTest2.cs with 100% similarity]
test/ElmSharp.Test/TC/LabelTest1.cs [moved from ElmSharpTest/TC/LabelTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ListTest1.cs [moved from ElmSharpTest/TC/ListTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/NaviframeTest1.cs [moved from ElmSharpTest/TC/NaviframeTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/PanelTest1.cs [moved from ElmSharpTest/TC/PanelTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/PanelTest2.cs [moved from ElmSharpTest/TC/PanelTest2.cs with 100% similarity]
test/ElmSharp.Test/TC/PanesTest1.cs [moved from ElmSharpTest/TC/PanesTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/PopupTest1.cs [moved from ElmSharpTest/TC/PopupTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ProgressBarTest1.cs [moved from ElmSharpTest/TC/ProgressBarTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/RadioTest1.cs [moved from ElmSharpTest/TC/RadioTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/RectangleTest1.cs [moved from ElmSharpTest/TC/RectangleTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ScrollerTest1.cs [moved from ElmSharpTest/TC/ScrollerTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ScrollerTest2.cs [moved from ElmSharpTest/TC/ScrollerTest2.cs with 100% similarity]
test/ElmSharp.Test/TC/SliderTest1.cs [moved from ElmSharpTest/TC/SliderTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/SpinnerTest1.cs [moved from ElmSharpTest/TC/SpinnerTest1.cs with 100% similarity]
test/ElmSharp.Test/TC/ToolbarTest1.cs [moved from ElmSharpTest/TC/ToolbarTest1.cs with 100% similarity]
test/ElmSharp.Test/TestCaseBase.cs [moved from ElmSharpTest/TestCaseBase.cs with 100% similarity]
test/ElmSharp.Test/TestRunner.cs [moved from ElmSharpTest/TestRunner.cs with 100% similarity]
test/ElmSharp.Test/test.sh [moved from ElmSharpTest/test.sh with 98% similarity, mode: 0644]

similarity index 94%
rename from ElmSharpTest/ElmSharpTest.csproj
rename to test/ElmSharp.Test/ElmSharp.Test.csproj
index 981cec4..a517e7e 100644 (file)
@@ -6,8 +6,8 @@
     <ProjectGuid>{E901BB06-632D-489E-86AC-66AD2EF85BCC}</ProjectGuid>\r
     <OutputType>Exe</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>ElmSharpTest</RootNamespace>\r
-    <AssemblyName>ElmSharpTest</AssemblyName>\r
+    <RootNamespace>ElmSharp.Test</RootNamespace>\r
+    <AssemblyName>ElmSharp.Test</AssemblyName>\r
     <FileAlignment>512</FileAlignment>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
@@ -79,7 +79,7 @@
     <Compile Include="TestRunner.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <None Include="ElmSharpTest.project.json" />\r
+    <None Include="ElmSharp.Test.project.json" />\r
     <None Include="test.sh" />\r
   </ItemGroup>\r
   <ItemGroup>\r
similarity index 93%
rename from ElmSharpTest/Properties/AssemblyInfo.cs
rename to test/ElmSharp.Test/Properties/AssemblyInfo.cs
index 49c6903..fa3b23e 100644 (file)
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("EflSharpTest")]
+[assembly: AssemblyTitle("ElmSharp.Test")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("EflSharpTest")]
+[assembly: AssemblyProduct("ElmSharp.Test")]
 [assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from ElmSharpTest/test.sh
rename to test/ElmSharp.Test/test.sh
index eb812f1..6e7fb57
@@ -51,7 +51,7 @@ install_res() {
 
 run() {
   sdb root on
-  sdb_cmd "MONO_TRACE_LISTENER=Console.Error mono $TARGET_DIR/ElmSharpTest.exe $1"
+  sdb_cmd "MONO_TRACE_LISTENER=Console.Error mono $TARGET_DIR/ElmSharp.Test.exe $1"
   exit_on_error $?
 }