You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jiajia Li (JIRA)" <ji...@apache.org> on 2016/01/04 02:57:39 UTC

[jira] [Resolved] (DIRKRB-475) The decoded asn1 object with the wrong tagFlags

     [ https://issues.apache.org/jira/browse/DIRKRB-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiajia Li resolved DIRKRB-475.
------------------------------
    Resolution: Fixed

> The decoded asn1 object with the wrong tagFlags
> -----------------------------------------------
>
>                 Key: DIRKRB-475
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-475
>             Project: Directory Kerberos
>          Issue Type: Bug
>    Affects Versions: 1.0.0-RC2
>            Reporter: Jiajia Li
>            Assignee: Jiajia Li
>
> In CodecTest#testCodec() , I add one line to test the tagFlags:
> {code}
> assertThat(restored.tagFlags()).isEqualTo(mcs.tagFlags());
> {code}
> But failed with the error message:
> {code}
> org.junit.ComparisonFailure: 
> Expected :32
> Actual   :48
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)