1 // -*- indent-tabs-mode: nil; js-indent-level: 2 -*-
2 // This Source Code Form is subject to the terms of the Mozilla Public
3 // License, v. 2.0. If a copy of the MPL was not distributed with this
4 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 // Tests that CRLite is left in the uninitialized state when the profile
7 // contains a corrupted coverage file. Specifically, this handles the case
8 // where the coverage file's version is not recognized.
12 /* eslint-disable no-unused-vars */
13 let coverage = do_get_file("test_crlite_corrupted/version-0.coverage");
14 let enrollment = do_get_file("test_crlite_preexisting/crlite.enrollment");
15 let filter = do_get_file("test_crlite_filters/20201017-0-filter");
17 load("./corrupted_crlite_helper.js");