Skip to content

Commit

Permalink
SONAR-6259 Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
julienlancelot committed May 22, 2015
1 parent 9970fdc commit 79f034b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -354,7 +354,7 @@ public void persist_only_new_components() throws Exception {
} }


@Test @Test
public void compute_parent_project_id_from_first_module() throws Exception { public void compute_parent_project_id() throws Exception {
computeComponentsRefCache.addComponent(1, new ComputeComponentsRefCache.ComputeComponent("PROJECT_KEY", "ABCD")); computeComponentsRefCache.addComponent(1, new ComputeComponentsRefCache.ComputeComponent("PROJECT_KEY", "ABCD"));
computeComponentsRefCache.addComponent(2, new ComputeComponentsRefCache.ComputeComponent("MODULE_KEY", "BCDE")); computeComponentsRefCache.addComponent(2, new ComputeComponentsRefCache.ComputeComponent("MODULE_KEY", "BCDE"));
computeComponentsRefCache.addComponent(3, new ComputeComponentsRefCache.ComputeComponent("SUB_MODULE_1_KEY", "CDEF")); computeComponentsRefCache.addComponent(3, new ComputeComponentsRefCache.ComputeComponent("SUB_MODULE_1_KEY", "CDEF"));
Expand Down

0 comments on commit 79f034b

Please sign in to comment.