Skip to content

Commit df885ae

Browse files
committed
[Cordova] Use the same name rule in the tests file
- Fail Analyse:2648 Impacted tests(approved): new 0, update 3, delete 0 Unit test platform: Crosswalk Project for android 16.45.421.19 Unit test result summary: pass 2, fail 1, block 0 https://crosswalk-project.org/jira/browse/XWALK-6056
1 parent fa112cc commit df885ae

File tree

14 files changed

+6
-7
lines changed

14 files changed

+6
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

suite.json

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
],
116116
"copylist": {
117117
"extra_plugins/cordova-admob-4.x": "PACK-TOOL-ROOT/extra_plugins/cordova-admob-4.x",
118-
"samples-cordova/AdMob4.x": "samples/AdMob",
119118
"css": "css",
120119
"fonts": "fonts",
121120
"demo-ex-co.png": "icon.png",

tests.android.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@
167167
</testcase>
168168
<testcase component="sample" execution_type="manual" id="CordovaNetwork" purpose="CordovaNetwork">
169169
</testcase>
170-
<testcase component="Crosswalk Use Cases/Cordova" execution_type="manual" id="InAppBrowser" purpose="In App Browser Test">
170+
<testcase component="sample" execution_type="manual" id="CordovaInAppBrowser" purpose="CordovaInAppBrowser">
171171
</testcase>
172-
<testcase component="Crosswalk Use Cases/Cordova" execution_type="manual" id="Notification" purpose="Notification Test">
172+
<testcase component="sample" execution_type="manual" id="CordovaNotification" purpose="CordovaNotification">
173173
</testcase>
174-
<testcase component="Crosswalk Use Cases/Cordova" execution_type="manual" id="AdMob" purpose="AdMob Test">
174+
<testcase component="sample" execution_type="manual" id="CordovaAdMob" purpose="CordovaAdMob">
175175
</testcase>
176176
</set>
177177
-->

tests.full.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@
165165
</testcase>
166166
<testcase component="sample" type="functional_positive" status="approved" execution_type="manual" platform="android" priority="P0" id="CordovaNetwork" purpose="CordovaNetwork">
167167
</testcase>
168-
<testcase component="Crosswalk Use Cases/Cordova" execution_type="manual" platform="android" priority="P0" status="approved" type="functional_positive" id="InAppBrowser" purpose="In App Browser Test">
168+
<testcase component="sample" type="functional_positive" status="approved" execution_type="manual" platform="android" priority="P0" id="CordovaInAppBrowser" purpose="CordovaInAppBrowser">
169169
</testcase>
170-
<testcase component="Crosswalk Use Cases/Cordova" execution_type="manual" platform="android" priority="P0" status="approved" type="functional_positive" id="Notification" purpose="Notification Test">
170+
<testcase component="sample" type="functional_positive" status="approved" execution_type="manual" platform="android" priority="P0" id="CordovaNotification" purpose="CordovaNotification">
171171
</testcase>
172-
<testcase component="Crosswalk Use Cases/Cordova" execution_type="manual" platform="android" priority="P0" status="approved" type="functional_positive" id="AdMob" purpose="AdMob Test">
172+
<testcase component="sample" type="functional_positive" status="approved" execution_type="manual" platform="android" priority="P0" id="CordovaAdMob" purpose="CordovaAdMob">
173173
</testcase>
174174
</set>
175175
-->

0 commit comments

Comments
 (0)