Bug 1940967 - Vendor glean_parser v16.2.0 r=TravisLong,mach-reviewers,ahal
[gecko.git] / security / manager / ssl / tests / unit / test_crlite_enrollment_trunc1.js
blob5f259f28a2d7547de4e3325b79c434d5301b2f20
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 enrollment file. Specifically, this handles the case
8 // where the enrollment file is truncated in an issuer ID field.
10 "use strict";
12 /* eslint-disable no-unused-vars */
13 let coverage = do_get_file("test_crlite_preexisting/crlite.coverage");
14 let enrollment = do_get_file(
15   "test_crlite_corrupted/trunc-issuer-id.enrollment"
17 let filter = do_get_file("test_crlite_filters/20201017-0-filter");
19 load("./corrupted_crlite_helper.js");