updated bug id

This commit is contained in:
cagache
2017-01-30 11:16:50 +02:00
parent a1375172ea
commit a98dd18cda
2 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@ public class GetPeopleActivitiesFullTests extends RestTest
.and().field("objectId").is(fileInSite1.getNodeRefWithoutVersion());
}
@Bug(id = "ACE-5460")
@Bug(id = "REPO-1911")
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.ACTIVITIES, TestGroup.FULL })
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.ACTIVITIES }, executionType = ExecutionType.REGRESSION, description = "Verify user cannot get activities for empty user with Rest API and response is 400")
public void userCannotGetPeopleActivitiesForEmptyPersonId() throws Exception
@@ -113,7 +113,7 @@ public class GetPeoplePreferencesFullTests extends RestTest
restPreferenceModelsCollection.assertThat().entriesListIsEmpty();
}
@Bug(id = "ACE-5460")
@Bug(id = "REPO-1911")
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.PREFERENCES, TestGroup.FULL })
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.PREFERENCES }, executionType = ExecutionType.REGRESSION, description = "Verify user cannot get preferences for empty user with Rest API and response is 400")
public void userGetsItsPeoplePreferencesForEmptyPersonId() throws Exception