[ElmSharp] Move Image.LoadAsync related TCs to manual from auto 71/186871/2
authorKangho Hur <kangho.hur@samsung.com>
Thu, 16 Aug 2018 06:08:46 +0000 (15:08 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Thu, 16 Aug 2018 10:17:40 +0000 (19:17 +0900)
commit5650685e6c4ac6d127e5e7824ab244d30fb770d9
treec1a3bbe463bcd382ac6f7b3a411cc1ce34b10d81
parent1122808f4cbfb7695651da3ff5734439b28221cd
[ElmSharp] Move Image.LoadAsync related TCs to manual from auto

TCs that are designed to testing the following ElmSharp.Image APIs will be removed from Tizen.ElmSharp.Tests and added into Tizen.ElmSharp.ManualTests.

- ElmSharp.Image.LoadingCompleted
- ElmSharp.Image.LoadingFailed
- ElmSharp.Image.LoadAsync(string file)
- ElmSharp.Image.LoadAsync(Uri uri)
- ElmSharp.Image.LoadAsync(Stream stream)

Change-Id: I40601294ea5573ba81a29fba3d17436886d06f4c
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSImage.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/tizen-manifest.xml [changed mode: 0755->0644]
tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSImage.cs [changed mode: 0755->0644]