[
https://issues.apache.org/jira/browse/SANDBOX-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635269#action_12635269
]
Torsten Curdt commented on SANDBOX-254:
---------------------------------------
Hmm ...this does not make any sense
{code}
c = Continuation.continueWith(c);
- assertTrue(c != null);
+ assertTrue(c == null);
{code}
Continuation.continueWith(c); should ALWAYS return a continuation.
Will need to have a closer look at the patch.
> [javaflow] wrong expectations in failing junit tests (SimpleTestCase)
> ---------------------------------------------------------------------
>
> Key: SANDBOX-254
> URL: https://issues.apache.org/jira/browse/SANDBOX-254
> Project: Commons Sandbox
> Issue Type: Bug
> Components: Javaflow
> Reporter: Stefano Bagnara
> Assignee: Torsten Curdt
> Attachments: SANDBOX-254.diff
>
>
> The SimpleTestCase is currently failing but IMHO it expects the wrong results
> and do wrong assertions
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.