From: yuvaraj.s Date: Fri, 17 Jun 2016 10:04:49 +0000 (+0530) Subject: Minor Changes in tct as per antman_srib branch X-Git-Tag: accepted/tizen/mobile/20161215.072344~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01eb108fe7119bf4b6b97bab0932c4e41e768c44;p=platform%2Fcore%2Fcsapi%2Fdownload.git Minor Changes in tct as per antman_srib branch Change-Id: Icefa474e1c471f4733b930cdf1475674745254f4 Signed-off-by: yuvaraj.s --- diff --git a/tct-download-tizen-tests/org.test.tizen.download.tpk b/tct-download-tizen-tests/org.test.tizen.download.tpk index c3be4b7..ed66108 100644 Binary files a/tct-download-tizen-tests/org.test.tizen.download.tpk and b/tct-download-tizen-tests/org.test.tizen.download.tpk differ diff --git a/tct-download-tizen-tests/res/Result/Download.xml b/tct-download-tizen-tests/res/Result/Download.xml new file mode 100644 index 0000000..0b7b729 --- /dev/null +++ b/tct-download-tizen-tests/res/Result/Download.xml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + + + + + PASS + + + + + + + + + + + + + \ No newline at end of file diff --git a/tct-download-tizen-tests/res/Result/summary.xml b/tct-download-tizen-tests/res/Result/summary.xml index 4d8de53..9941902 100644 --- a/tct-download-tizen-tests/res/Result/summary.xml +++ b/tct-download-tizen-tests/res/Result/summary.xml @@ -8,7 +8,7 @@ 2016-04-20_18_37_38 2016-04-20_18_37_38 - + 9 9 100 diff --git a/tct-download-tizen-tests/res/pull.sh b/tct-download-tizen-tests/res/pull.sh index afe2d28..595d7c4 100755 --- a/tct-download-tizen-tests/res/pull.sh +++ b/tct-download-tizen-tests/res/pull.sh @@ -1,4 +1,4 @@ # pull result file sdb root on -sdb pull /home/owner/share/Content/Content.xml Result/ -sdb pull /home/owner/share/Content/summary.xml Result/ +sdb pull /home/owner/share/Download/Download.xml Result/ +sdb pull /home/owner/share/Download/summary.xml Result/ diff --git a/tct-download-tizen-tests/src/Testcase/TSNotification.cs b/tct-download-tizen-tests/src/Testcase/TSNotification.cs index 5dcc53d..afd2b65 100644 --- a/tct-download-tizen-tests/src/Testcase/TSNotification.cs +++ b/tct-download-tizen-tests/src/Testcase/TSNotification.cs @@ -4,7 +4,7 @@ using Tizen.Content.Download; using TestFramework; using Tizen.Applications; -namespace TizenTest.Content.Download { +namespace TizenTest.Download { [TestFixture] [Description("Tizen.Content.Download.Notification Tests.")] public static class TSNotification { diff --git a/tct-download-tizen-tests/src/Testcase/TSRequest.cs b/tct-download-tizen-tests/src/Testcase/TSRequest.cs index c7f6a5d..291fee1 100644 --- a/tct-download-tizen-tests/src/Testcase/TSRequest.cs +++ b/tct-download-tizen-tests/src/Testcase/TSRequest.cs @@ -16,7 +16,7 @@ using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Runtime.InteropServices; -namespace TizenTest.Content.Download { +namespace TizenTest.Download { [TestFixture] [Description("Tizen.Content.Download.Request Tests.")]