mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 820681 - Restore OS.Constants.Path.{profileDir, localProfileDir} to its previous state. r=Yoric
This commit is contained in:
parent
6a14396e1c
commit
68dc42a4b4
@ -13,8 +13,8 @@ function run_test() {
|
||||
|
||||
add_test(function test_initialize_profileDir() {
|
||||
// Profile has not been set up yet, check that "profileDir" isn't either.
|
||||
do_check_false(!!OS.Constants.Path.profileDir);
|
||||
do_check_false(!!OS.Constants.Path.localProfileDir);
|
||||
do_check_false("profileDir" in OS.Constants.Path);
|
||||
do_check_false("localProfileDir" in OS.Constants.Path);
|
||||
|
||||
// Set up profile.
|
||||
do_get_profile();
|
||||
|
Loading…
Reference in New Issue
Block a user