This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MozTrap | |
| Account Navigation | |
| Welcome moztrap | |
| Password | |
| Help |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Base = require('./base'), | |
| BluetoothPanel = require('./regions/bluetooth'); | |
| /** | |
| * Abstraction around settings app | |
| * @constructor | |
| * @param {Marionette.Client} client for operations. | |
| */ | |
| function Settings(client) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN:VCARD | |
| VERSION:4.0 | |
| n:test;gaia19683;;;; | |
| fn:gaia19683 test | |
| nickname: | |
| category: | |
| org: | |
| title: | |
| note: | |
| key: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [marionette log] screen.mozLockOrientation() returned false for app://homescreen.gaiamobile.org orientation default | |
| [marionette log] IccHelper isn't enabled. SingleVariant configuration can't be loaded | |
| [marionette log] [EVME migration] migrating from 1.0.1 to 1.1... | |
| [marionette log] [EVME migration] [userHistory]: retrieving... | |
| [marionette log] [EVME migration] [userHistory]: no value | |
| [marionette log] [EVME migration] [localShortcuts]: retrieving... | |
| [marionette log] [EVME migration] [localShortcuts]: no value | |
| [marionette log] [EVME migration] [localShortcutsIcons]: retrieving... | |
| [marionette log] [EVME migration] [localShortcutsIcons]: no value | |
| [marionette log] [EVME migration] complete successfully! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [marionette log] screen.mozLockOrientation() returned false for app://homescreen.gaiamobile.org orientation default | |
| [marionette log] IccHelper isn't enabled. SingleVariant configuration can't be loaded | |
| [marionette log] [EVME migration] migrating from 1.0.1 to 1.1... | |
| [marionette log] [EVME migration] [userHistory]: retrieving... | |
| [marionette log] [EVME migration] [userHistory]: no value | |
| [marionette log] [EVME migration] [localShortcuts]: retrieving... | |
| [marionette log] [EVME migration] [localShortcuts]: no value | |
| [marionette log] [EVME migration] [localShortcutsIcons]: retrieving... | |
| [marionette log] [EVME migration] [localShortcutsIcons]: no value | |
| [marionette log] [EVME migration] complete successfully! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/bsilverberg/gitRepos/marionette-settings-api/node_modules/mozilla-download/node_modules/tmp/lib/tmp.js:261 | |
| throw err; | |
| ^ | |
| TypeError: Object function checkDownload(path, options, callback) { | |
| if (typeof options === 'function') { | |
| callback = options; | |
| options = null; | |
| } | |
| options = opts(options || {}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/gitRepos/gaia[master*]$ ./bin/gaia-marionette apps/settings/test/marionette/tests/bluetooth_settings_test.js | |
| make: `b2g' is up to date. | |
| ․ | |
| 0 passing (11 seconds) | |
| 1 failing | |
| 1) manipulate bluetooth settings "before each" hook: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/gitRepos/gaia[master*]$ DEBUG=* ./bin/gaia-marionette apps/settings/test/marionette/tests/bluetooth_settings_test.js | |
| make: `b2g' is up to date. | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:suite bail undefined | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:suite timeout 10000 | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:suite bail undefined | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:runnable timeout 10000 | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:runnable timeout 75 | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:runnable timeout 10000 | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:runnable timeout 75 | |
| Mon, 28 Oct 2013 18:34:59 GMT mocha:runnable timeout 10000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export WORKON_HOME=$HOME/.virtualenvs | |
| source /usr/local/bin/virtualenvwrapper.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ManifestDestiny==0.6 | |
| gaiatest==0.19 | |
| marionette-client==0.6.2 | |
| mozcrash==0.10 | |
| mozdevice==0.29 | |
| mozfile==0.12 | |
| mozhttpd==0.7 | |
| mozinfo==0.7 | |
| mozlog==1.4 | |
| moznetwork==0.24 |