[
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)