let { profile, didCreate } = selectStartupProfile();
checkStartupReason("default");
let { databaseVersion, profileCount } = getTelemetryScalars(); Assert.equal(
databaseVersion, "1", "Old database file was present at startup."
); Assert.equal(profileCount, 2, "Should be two profiles.");
// Should have added the backup data to the service, check that is true.
profileData.installs = installs;
checkProfileService(profileData);
Assert.ok(!didCreate, "Should not have created a new profile."); Assert.equal(
profile.name, "Profile2", "Should have selected the right profile"
);
});
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
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.