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)
commit16c930afadcf0bda64c38f688860a76ae459d300
treed7b11528e252560652be68c5e51546d109e6ac7a
parentac9ec0555ae69f2283c84a1f678784bfed173586
Rename project ElmSharpTest to ElmSharp.Test

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]