From a3728ce338391c5e112e0628f2a7a470a85e23cf Mon Sep 17 00:00:00 2001 From: lin qunfang Date: Fri, 2 Feb 2018 22:34:36 +0800 Subject: [PATCH] [All][Update behavior to the latest version 5.0] Change-Id: I961ff6562533764100f16fe9d502d2366682259c Signed-off-by: lin qunfang --- README.md | 2 +- VERSION | 2 +- mobile/tct-behavior-tests/config.xml | 4 ++-- mobile/tct-behavior-tests/manifest.json | 2 +- mobile/tct-behavior-tests/packaging/behavior.spec | 2 +- tv/tct-behavior-tests/config.xml | 4 ++-- tv/tct-behavior-tests/manifest.json | 2 +- tv/tct-behavior-tests/packaging/behavior.spec | 2 +- tv/tct-behavior-tests/tct-behavior-tests.spec | 2 +- wearable/tct-behavior-tests/config.xml | 4 ++-- wearable/tct-behavior-tests/manifest.json | 2 +- wearable/tct-behavior-tests/packaging/behavior.spec | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e8e9f23..17117a7 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Introduction -This is a test suite for Tizen 4.0 Behavior, which includes: +This is a test suite for Tizen 5.0 Behavior, which includes: * `behavior/`: behavior test tool * `doc/`: see [documentaion](#Documentation) below diff --git a/VERSION b/VERSION index 2d471f1..3511574 100755 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ { - "main-version": "4", + "main-version": "5", "release-version": "0" } diff --git a/mobile/tct-behavior-tests/config.xml b/mobile/tct-behavior-tests/config.xml index 26affa2..657b9b5 100755 --- a/mobile/tct-behavior-tests/config.xml +++ b/mobile/tct-behavior-tests/config.xml @@ -1,7 +1,7 @@ - + - + tct-behavior-tests diff --git a/mobile/tct-behavior-tests/manifest.json b/mobile/tct-behavior-tests/manifest.json index 9742f91..9a96e3d 100755 --- a/mobile/tct-behavior-tests/manifest.json +++ b/mobile/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0", + "version": "5.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests", diff --git a/mobile/tct-behavior-tests/packaging/behavior.spec b/mobile/tct-behavior-tests/packaging/behavior.spec index 50f6ac3..2e01c72 100755 --- a/mobile/tct-behavior-tests/packaging/behavior.spec +++ b/mobile/tct-behavior-tests/packaging/behavior.spec @@ -2,7 +2,7 @@ Summary: TCT Behavior Tests Name: tct-behavior-tests -Version: 4.0 +Version: 5.0 Release: 1 License: BSD Group: test/tct/behavior diff --git a/tv/tct-behavior-tests/config.xml b/tv/tct-behavior-tests/config.xml index 64dc712..a04d61c 100755 --- a/tv/tct-behavior-tests/config.xml +++ b/tv/tct-behavior-tests/config.xml @@ -1,7 +1,7 @@ - + - + tct-behavior-tests diff --git a/tv/tct-behavior-tests/manifest.json b/tv/tct-behavior-tests/manifest.json index 9742f91..9a96e3d 100755 --- a/tv/tct-behavior-tests/manifest.json +++ b/tv/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0", + "version": "5.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests", diff --git a/tv/tct-behavior-tests/packaging/behavior.spec b/tv/tct-behavior-tests/packaging/behavior.spec index bc66cbc..2e01c72 100755 --- a/tv/tct-behavior-tests/packaging/behavior.spec +++ b/tv/tct-behavior-tests/packaging/behavior.spec @@ -2,7 +2,7 @@ Summary: TCT Behavior Tests Name: tct-behavior-tests -Version: 2.4 +Version: 5.0 Release: 1 License: BSD Group: test/tct/behavior diff --git a/tv/tct-behavior-tests/tct-behavior-tests.spec b/tv/tct-behavior-tests/tct-behavior-tests.spec index 03bfd46..3034fd0 100755 --- a/tv/tct-behavior-tests/tct-behavior-tests.spec +++ b/tv/tct-behavior-tests/tct-behavior-tests.spec @@ -1,5 +1,5 @@ name="tct-behavior-tests" -main_version="4.0" +main_version="5.0" release="" version="$main_version" appname=$(echo $name|sed 's/-/_/g') diff --git a/wearable/tct-behavior-tests/config.xml b/wearable/tct-behavior-tests/config.xml index 13c2c6e..df2176c 100755 --- a/wearable/tct-behavior-tests/config.xml +++ b/wearable/tct-behavior-tests/config.xml @@ -1,7 +1,7 @@ - + - + tct-behavior-tests diff --git a/wearable/tct-behavior-tests/manifest.json b/wearable/tct-behavior-tests/manifest.json index 9742f91..9a96e3d 100755 --- a/wearable/tct-behavior-tests/manifest.json +++ b/wearable/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0", + "version": "5.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests", diff --git a/wearable/tct-behavior-tests/packaging/behavior.spec b/wearable/tct-behavior-tests/packaging/behavior.spec index 50f6ac3..2e01c72 100755 --- a/wearable/tct-behavior-tests/packaging/behavior.spec +++ b/wearable/tct-behavior-tests/packaging/behavior.spec @@ -2,7 +2,7 @@ Summary: TCT Behavior Tests Name: tct-behavior-tests -Version: 4.0 +Version: 5.0 Release: 1 License: BSD Group: test/tct/behavior -- 2.7.4