[
https://issues.apache.org/jira/browse/DIRMINA-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135883#comment-13135883
]
Emmanuel Lecharny commented on DIRMINA-828:
-------------------------------------------
The RFC1006EncoderTest has one failure :
-------------------------------------------------------------------------------
Test set: org.apache.mina.filter.codec.rfc1006.RFC1006EncoderTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec <<<
FAILURE!
testEncode(org.apache.mina.filter.codec.rfc1006.RFC1006EncoderTest) Time
elapsed: 0.003 sec <<< FAILURE!
java.lang.AssertionError: expected:<7> but was:<6>
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at org.junit.Assert.assertEquals(Assert.java:454)
at
org.apache.mina.filter.codec.rfc1006.RFC1006EncoderTest.testEncode(RFC1006EncoderTest.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> RFC1006 protocol codec
> ----------------------
>
> Key: DIRMINA-828
> URL: https://issues.apache.org/jira/browse/DIRMINA-828
> Project: MINA
> Issue Type: New Feature
> Components: Core
> Reporter: Francis ANDRE
> Labels: features
> Attachments: RFC1006CodecFactory.java, RFC1006Decoder.java,
> RFC1006DecoderTest.java, RFC1006Encoder.java, RFC1006EncoderTest.java,
> RFC1006Protocol.java
>
>
> Hi
> Here the files of the RFC1006 protocol codec for inclusion in the next
> release of Mina.
> org.apache.mina.filter.codec.rfc1006.RFC1006Encoder
> org.apache.mina.filter.codec.rfc1006.RFC1006Decoder
> org.apache.mina.filter.codec.rfc1006.RFC1006CodecFactory
> org.apache.mina.filter.codec.rfc1006.RFC1006Protocol
> plus the JUnit files
> org.apache.mina.filter.codec.rfc1006.RFC1006DecoderTest
> org.apache.mina.filter.codec.rfc1006.RFC1006EncoderTest
> Rgds
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira