Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18108 from julienw/993958-fix-system-test-in-b2g-…
Browse files Browse the repository at this point in the history
…desktop

Bug 993958 - [System] Fix running the unit tests in B2G Desktop r=alive
  • Loading branch information
julienw committed Apr 10, 2014
2 parents 18b3919 + a6a48d7 commit 634d1e3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions apps/system/test/unit/bluetooth_transfer_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

mocha.globals(['BluetoothTransfer']);

requireApp(
'system/shared/test/unit/mocks/mock_navigator_moz_set_message_handler.js'
);

requireApp('system/shared/test/unit/mocks/mock_dom_request.js');
requireApp('system/test/unit/mock_navigator_get_device_storage.js');
requireApp('system/test/unit/mock_bluetooth.js');
requireApp('system/test/unit/mock_l10n.js');
requireApp('sms/shared/test/unit/mocks/mock_notification_helper.js');
require('/shared/test/unit/mocks/mock_navigator_moz_set_message_handler.js');
require('/shared/test/unit/mocks/mock_dom_request.js');
require('/test/unit/mock_navigator_get_device_storage.js');
require('/test/unit/mock_bluetooth.js');
require('/test/unit/mock_l10n.js');
require('/shared/test/unit/mocks/mock_notification_helper.js');

var mocksForBluetoothTransfer = new MocksHelper([
'Bluetooth',
Expand Down

0 comments on commit 634d1e3

Please sign in to comment.