Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#12821 from wanderview/system-test-require
Browse files Browse the repository at this point in the history
Bug 924233: Add missing require to system tests. r=etienne
  • Loading branch information
Ben Kelly committed Oct 15, 2013
2 parents cf912b3 + 391887e commit 58b1117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/system/test/unit/mobile_operator_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

'use strict';

require('/shared/js/icc_helper.js');
requireApp('system/shared/js/mobile_operator.js');

suite('shared/MobileOperator', function() {
Expand Down

0 comments on commit 58b1117

Please sign in to comment.