kahboom commented on PR #12769:
URL: https://github.com/apache/camel/pull/12769#issuecomment-1910394976

   >Since 3.0 null is replaced by `Bytes.EMPTY`. The method will now always 
return an byte array, which may be empty.
   
   @boaks thanks for the tip, I've changed it from `assertNull(result)` to 
`assertArrayEquals(Bytes.EMPTY, result.getBytes());` which seems to have fixed 
the error.
   
   Apologies for the slow progress on this PR, I'm a novice. :)
   
   These are the remaining test failures I'm trying to work through (plus the 
system out logging that Claus mentioned):
   
   ```
   CoAPComponentTCPTLSTest>CoAPComponentTLSTestBase.testCall:73 mock://result 
Received message count. Expected: <1> but was: <0>
   
   CoAPComponentTLSTest>CoAPComponentTLSTestBase.testCall:73 mock://result 
Received message count. Expected: <1> but was: <0>
   
   
CoAPComponentTLSTest>CoAPComponentTLSTestBase.testPreSharedKeyCipherSuite:170 
mock://result Received message count. Expected: <1> but was: <0>
   
   CoAPObserveTest.testClientAndServerObservable:80 mock://sourceResults 
Received message count. Expected: <2> but was: <1>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to