Merge "Add missing @Test annotations"

This commit is contained in:
Edwin Kempin
2014-07-16 16:43:50 +00:00
committed by Gerrit Code Review

View File

@@ -140,6 +140,7 @@ public class CreateProjectIT extends AbstractDaemonTest {
assertEquals(in.parent, project.getParentName()); assertEquals(in.parent, project.getParentName());
} }
@Test
public void testCreateChildProjectUnderNonExistingParent_UnprocessableEntity() public void testCreateChildProjectUnderNonExistingParent_UnprocessableEntity()
throws IOException { throws IOException {
ProjectInput in = new ProjectInput(); ProjectInput in = new ProjectInput();
@@ -166,6 +167,7 @@ public class CreateProjectIT extends AbstractDaemonTest {
assertProjectOwners(expectedOwnerIds, projectState); assertProjectOwners(expectedOwnerIds, projectState);
} }
@Test
public void testCreateProjectWithNonExistingOwner_UnprocessableEntity() public void testCreateProjectWithNonExistingOwner_UnprocessableEntity()
throws IOException { throws IOException {
ProjectInput in = new ProjectInput(); ProjectInput in = new ProjectInput();