From d082b64b7b17ceee5fe3e2d7d9140b100ee4ea59 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 7 Mar 2012 16:32:45 +0100 Subject: Certificate serial number in hex format - ui testing data Updated UI static content to contain value and label for certificate serial_number_hex. https://fedorahosted.org/freeipa/ticket/1991 --- install/ui/test/data/ipa_init.json | 1 + install/ui/test/data/service_show.json | 1 + 2 files changed, 2 insertions(+) (limited to 'install') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 0182aab73..df9fbe9c8 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -177,6 +177,7 @@ "revoke_confirmation": "To confirm your intention to revoke this certificate, select a reason from the pull-down list, and click the \"Revoke\" button.", "revoked": "Certificate Revoked", "serial_number": "Serial Number", + "serial_number_hex": "Serial Number (hex)", "sha1_fingerprint": "SHA1 Fingerprint", "superseded": "Superseded", "unspecified": "Unspecified", diff --git a/install/ui/test/data/service_show.json b/install/ui/test/data/service_show.json index 0595828be..37b85df8d 100644 --- a/install/ui/test/data/service_show.json +++ b/install/ui/test/data/service_show.json @@ -49,6 +49,7 @@ ], "md5_fingerprint": "08:86:a9:f9:87:af:0d:d7:42:01:e0:5f:12:9b:32:7f", "serial_number": "1", + "serial_number_hex": "0x1", "sha1_fingerprint": "b8:4c:4b:79:4f:13:03:79:47:08:fa:6b:52:63:3d:f9:15:8e:7e:dc", "subject": "CN=dev.example.com,O=EXAMPLE.COM", "usercertificate": [ -- cgit