On Tue, 05 Jul 2016 22:47:33 +0200, <[email protected]> wrote:

         assertEquals( githubIssue.getTitle(), issue.getTitle() );
-        assertEquals( githubIssue.getBody(), issue.getSummary() );
+        assertEquals( githubIssue.getTitle(), issue.getSummary() );

This looks weird to me: this can only be true in issue.getTitle() and issue.getSummary() are the same.
Are you sure that the problem is here and not in the report?

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to