Bug 820681 - Restore OS.Constants.Path.{profileDir, localProfileDir} to its previous state. r=Yoric

This commit is contained in:
David Rajchenbach-Teller 2012-12-16 19:37:11 -05:00
parent 6a14396e1c
commit 68dc42a4b4

View File

@ -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();