From: chen Date: Thu, 2 Nov 2023 09:31:33 +0000 (+0800) Subject: version up form 8.0 to 9.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a2ddbe54debaf30b3687b500618d228cfefaaf2;p=test%2Ftct%2Fweb%2Fbehavior.git version up form 8.0 to 9.0 Change-Id: Id33fe3c350fa8ab6f5f5a6fd7cae7b065db45470 Signed-off-by: chen --- diff --git a/README.md b/README.md index 4023b93..20cee97 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Introduction -This is a test suite for Tizen 8.0 Behavior, which includes: +This is a test suite for Tizen 9.0 Behavior, which includes: * `behavior/`: behavior test tool * `doc/`: see [documentaion](#Documentation) below diff --git a/VERSION b/VERSION index 22acecc..6f7c522 100755 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ { - "main-version": "8", + "main-version": "9", "release-version": "0" } diff --git a/iot/tct-behavior-tests/config.xml b/iot/tct-behavior-tests/config.xml index 1a5a11c..e22c5ce 100755 --- a/iot/tct-behavior-tests/config.xml +++ b/iot/tct-behavior-tests/config.xml @@ -1,7 +1,7 @@ - + - + tct-behavior-tests diff --git a/iot/tct-behavior-tests/manifest.json b/iot/tct-behavior-tests/manifest.json index f2872ec..09ee010 100755 --- a/iot/tct-behavior-tests/manifest.json +++ b/iot/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "8.0", + "version": "9.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests", diff --git a/mobile/tct-behavior-tests/config.xml b/mobile/tct-behavior-tests/config.xml index 1a5a11c..e22c5ce 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 f2872ec..09ee010 100755 --- a/mobile/tct-behavior-tests/manifest.json +++ b/mobile/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "8.0", + "version": "9.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests", diff --git a/tv/tct-behavior-tests/config.xml b/tv/tct-behavior-tests/config.xml index 6f3b89a..19952a0 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 f2872ec..09ee010 100755 --- a/tv/tct-behavior-tests/manifest.json +++ b/tv/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "8.0", + "version": "9.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests", diff --git a/tv/tct-behavior-tests/tct-behavior-tests.spec b/tv/tct-behavior-tests/tct-behavior-tests.spec index 918dc57..54b33e1 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="8.0" +main_version="9.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 14a4365..50393e1 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 f2872ec..09ee010 100755 --- a/wearable/tct-behavior-tests/manifest.json +++ b/wearable/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "8.0", + "version": "9.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests",