diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-03-07 16:32:45 +0100 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-03-14 04:40:35 -0400 |
commit | d082b64b7b17ceee5fe3e2d7d9140b100ee4ea59 (patch) | |
tree | 2b49cfe01779bcfe88b3b27ec85507e410e99d8e /install/ui/test | |
parent | d4a80dbe52158f204e78afea742fc3322bbc65e5 (diff) | |
download | freeipa-d082b64b7b17ceee5fe3e2d7d9140b100ee4ea59.tar.gz freeipa-d082b64b7b17ceee5fe3e2d7d9140b100ee4ea59.tar.xz freeipa-d082b64b7b17ceee5fe3e2d7d9140b100ee4ea59.zip |
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
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 1 | ||||
-rw-r--r-- | install/ui/test/data/service_show.json | 1 |
2 files changed, 2 insertions, 0 deletions
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": [ |