From: chen Date: Mon, 16 Dec 2024 23:17:39 +0000 (+0800) Subject: version upgrade from 9.0 to 10.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=test%2Ftct%2Fweb%2Fbehavior.git version upgrade from 9.0 to 10.0 Change-Id: I532a8f44b2c2980450b11decefc0a46c25c2b1ae Signed-off-by: chen --- diff --git a/README.md b/README.md index 20cee97..7fe5020 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Introduction -This is a test suite for Tizen 9.0 Behavior, which includes: +This is a test suite for Tizen 10.0 Behavior, which includes: * `behavior/`: behavior test tool * `doc/`: see [documentaion](#Documentation) below diff --git a/VERSION b/VERSION index 6f7c522..9886a2b 100755 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ { - "main-version": "9", + "main-version": "10", "release-version": "0" } diff --git a/iot/tct-behavior-tests/config.xml b/iot/tct-behavior-tests/config.xml index e22c5ce..806de19 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 09ee010..74e9ebd 100755 --- a/iot/tct-behavior-tests/manifest.json +++ b/iot/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "9.0", + "version": "10.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 e22c5ce..806de19 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 09ee010..74e9ebd 100755 --- a/mobile/tct-behavior-tests/manifest.json +++ b/mobile/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "9.0", + "version": "10.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 19952a0..de7347d 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 09ee010..74e9ebd 100755 --- a/tv/tct-behavior-tests/manifest.json +++ b/tv/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "9.0", + "version": "10.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 54b33e1..e019a07 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="9.0" +main_version="10.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 50393e1..e3d76bd 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 09ee010..74e9ebd 100755 --- a/wearable/tct-behavior-tests/manifest.json +++ b/wearable/tct-behavior-tests/manifest.json @@ -1,5 +1,5 @@ { - "version": "9.0", + "version": "10.0", "name": "tct-behavior-tests", "permissions": ["tabs", "unlimited_storage", "notifications", "http://*/*", "https://*/*"], "description": "tct-behavior-tests",