Skip to content

Commit

Permalink
bluetooth test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakor Gyula authored and dati91 committed Feb 13, 2017
1 parent cce362d commit 04fe75b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/html/bluetooth-permission.html
Expand Up @@ -6,7 +6,8 @@
<button type="button" onclick="onQueryButtonClick()">query</button>
<pre id="log"></pre>
<script>
window.testRunner.setBluetoothMockDataSet('HeartRateAdapter');
if (window.testRunner)
window.testRunner.setBluetoothMockDataSet('HeartRateAdapter');

function onRequestButtonClick() {
clear();
Expand Down

0 comments on commit 04fe75b

Please sign in to comment.