Skip to content

Commit

Permalink
Merge pull request #265 from eclipse/maierthomas/#264/rest-delivery-date
Browse files Browse the repository at this point in the history
chore(rest): Add delivery start date to REST API guide

tested-by: travis-ci
  • Loading branch information
maierthomas authored May 7, 2018
2 parents b2de39c + 756d7b9 commit d6aacb2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public void before() throws TException {
project.setExternalIds(Collections.singletonMap("mainline-id-project", "515432"));
project.setOwnerAccountingUnit("4822");
project.setOwnerCountry("DE");
project.setDeliveryStart("2018-05-01");
project.setOwnerGroup("AA BB 123 GHV2-DE");
project.setTag("project test tag 1");
project.setPreevaluationDeadline("2018-07-17");
Expand All @@ -109,6 +110,7 @@ public void before() throws TException {
project2.setBusinessUnit("sw360 EX DF");
project2.setOwnerAccountingUnit("5661");
project2.setOwnerCountry("FR");
project2.setDeliveryStart("2018-05-01");
project2.setOwnerGroup("SIM-KA12");
project2.setTag("project test tag 2");
project2.setPreevaluationDeadline("2018-07-17");
Expand Down Expand Up @@ -215,6 +217,7 @@ public void should_document_get_project() throws Exception {
fieldWithPath("ownerGroup").description("The owner group of the project"),
fieldWithPath("ownerCountry").description("The owner country of the project"),
fieldWithPath("tag").description("The project tag"),
fieldWithPath("deliveryStart").description("The project delivery start date"),
fieldWithPath("preevaluationDeadline").description("The project preevaluation deadline"),
fieldWithPath("systemTestStart").description("Date of the project system begin phase"),
fieldWithPath("systemTestEnd").description("Date of the project system end phase"),
Expand Down

0 comments on commit d6aacb2

Please sign in to comment.