d0aead3f732a5ca1ffc83500f37e69f4926f3ba0
[test/tct/web/api.git] /
1 <!DOCTYPE html>
2 <!--
3
4 Copyright (c) 2013 Samsung Electronics Co., Ltd.
5
6 Licensed under the Apache License, Version 2.0 (the License);
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10     http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17
18
19
20 Authors:
21         Lukasz Bardeli <l.bardeli@samsung.com>
22
23 -->
24 <html>
25
26 <head>
27 <title>BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const</title>
28 <meta charset="utf-8">
29 <script src="support/unitcommon.js"></script>
30 <script src="support/bluetooth_common.js"></script>
31 </head>
32
33 <body>
34 <div id="log"></div>
35 <script>
36 //==== TEST: BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const
37 //==== LABEL Check various identifiers of BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH
38 //==== PRIORITY P1
39 //==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:WEARABLE_WRITST_WATCH A
40 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
41 //==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
42 test(function () {
43     check_const(tizen.bluetooth.deviceMinor, "WEARABLE_WRITST_WATCH", 0x01, "number", 0x7B);
44 }, document.title);
45
46 </script>
47 </body>
48 </html>