GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel-membrane/pull/15
Fix newman version @ 3.9.4
This is because newer versions of Newman (4.x) have a couple of changes to
the test results XML which makes our current integration test "grep" check
fail. Eventually we should get something better in place to check newman test
results I think.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel-membrane patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel-membrane/pull/15.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15
----
commit a3de89a7f0ffe82ed81989b228e257951c1b4ac8
Author: Kasper Sørensen <i.am.kasper.sorensen@...>
Date: 2018-11-08T06:00:23Z
Fix newman version @ 3.9.4
This is because newer versions of Newman (4.x) have a couple of changes to
the test results XML which makes our current integration test "grep" check
fail. Eventually we should get something better in place to check newman test
results I think.
----
---