Mercurial > hg > configuration
comparison tests/base.json @ 102:c530f6265deb
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 01 May 2012 10:33:37 -0700 |
parents | 11a498419193 |
children |
comparison
equal
deleted
inserted
replaced
101:f4590492cb4c | 102:c530f6265deb |
---|---|
1 { | 1 { |
2 "activeTests": [ | 2 "activeTests": [ |
3 "ts" | 3 "ts" |
4 ], | 4 ], |
5 "browser_path": "/home/jhammel/firefox/firefox", | 5 "browser_path": "/home/jhammel/firefox/firefox", |
6 "test_timeout": 60 | 6 "test_timeout": 60, |
7 "preferences": {"browser.bookmarks.max_backups": 0, | |
8 "browser.cache.disk.smart_size.enabled": false} | |
7 } | 9 } |