let { profile, didCreate } = selectStartupProfile();
checkStartupReason("firstrun-created-default");
let service = getProfileService(); Assert.equal(
Glean.startup.profilesIniStatus.testGetValue("metrics"), "ini-error"
);
Assert.ok(didCreate, "Should have created a new profile."); Assert.equal(
profile,
service.defaultProfile, "Should have returned the default profile."
); Assert.equal(
profile.name,
DEDICATED_NAME, "Should have selected the right profile"
);
});
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.