You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/17 11:25:00 UTC

[jira] [Commented] (DISPATCH-1775) Restore console tests added in DISPATCH-1049 and removed in DISPATCH-1358

    [ https://issues.apache.org/jira/browse/DISPATCH-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17197633#comment-17197633 ] 

ASF GitHub Bot commented on DISPATCH-1775:
------------------------------------------

jiridanek opened a new pull request #846:
URL: https://github.com/apache/qpid-dispatch/pull/846


   


----------------------------------------------------------------
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.

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


> Restore console tests added in DISPATCH-1049 and removed in DISPATCH-1358
> -------------------------------------------------------------------------
>
>                 Key: DISPATCH-1775
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1775
>             Project: Qpid Dispatch
>          Issue Type: Test
>          Components: Console
>    Affects Versions: 1.14.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Minor
>             Fix For: 1.15.0
>
>
> There were four {{.js}} files with tests that got deleted when the stand-alone directory was removed in DISPATCH-1358.
> The tests are only slightly out of date now, and most issues caused by change from chai to jest test framework can be quickly resolved the following way. Define
> {code}
> let assert = {
>   'equal': function(a, b) {
>     return expect(a).toEqual(b);
>   }
> }
> {code}
> then apply the inline refactoring in the IDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org