test/data/server_migration/2.5.0_Any.sql
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 01 Aug 2014 19:28:44 +0200
changeset 9992 3905682ece11
parent 4021 280c910c8710
permissions -rw-r--r--
[devtools] Fix Firefox launcher in QUnitTestCase (closes #4294727) The main changes are: - stop creating the profile, firefox will create it - point firefox to a profile directory instead of giving it a profile name (this has the added bonus of not polluting the user's profile list) - start firefox once and kill it 5 seconds later to let it finish its profile creation (along with system-wide extensions setup)