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 2015/11/26 03:07:11 UTC

[jira] [Updated] (DIRKRB-475) The decoded asn1 object with the wrong tagFlag

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

Jiajia Li updated DIRKRB-475:
-----------------------------
    Description: 
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   :16
{code}

> The decoded asn1 object with the wrong tagFlag
> ----------------------------------------------
>
>                 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   :16
> {code}



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