Mercurial > hg > configuration
annotate tests/base.json @ 117:dd3480af4cd5
separate into own method
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Tue, 04 Dec 2012 15:01:28 -0800 |
| parents | c530f6265deb |
| children |
| rev | line source |
|---|---|
| 52 | 1 { |
| 2 "activeTests": [ | |
| 3 "ts" | |
| 4 ], | |
| 5 "browser_path": "/home/jhammel/firefox/firefox", | |
|
102
c530f6265deb
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
Jeff Hammel <jhammel@mozilla.com>
parents:
57
diff
changeset
|
6 "test_timeout": 60, |
|
c530f6265deb
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
Jeff Hammel <jhammel@mozilla.com>
parents:
57
diff
changeset
|
7 "preferences": {"browser.bookmarks.max_backups": 0, |
|
c530f6265deb
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
Jeff Hammel <jhammel@mozilla.com>
parents:
57
diff
changeset
|
8 "browser.cache.disk.smart_size.enabled": false} |
| 52 | 9 } |
