Here are working test cases I managed to create. I merged everything to one commit. Please check commit message and other requirements. Hope, there are no typos.
The build fails for me:
java.lang.AssertionError: Dependency was not removed from the list. at org.junit.Assert.fail(Assert.java:88) at org.fedoraproject.xmvn.deployer.DeploymentRequestTest.addAndGetDependenciesTest(DeploymentRequestTest.java:111)
I think I know what might be the cause. This branch does not have DeploymentRequest class version with removeProperty() bug fix implemented. I have found that issue as a result of this test case and created separate branch for the fix itself, which you already merged, but I thought I should not commit change in this branch.
rebased
Moved to Github, closing.
Pull-Request has been closed by mizdebsk
Here are working test cases I managed to create. I merged everything to one commit. Please check commit message and other requirements.
Hope, there are no typos.