]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6259 Update test name
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 22 May 2015 08:39:49 +0000 (10:39 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 22 May 2015 08:39:49 +0000 (10:39 +0200)
server/sonar-server/src/test/java/org/sonar/server/computation/step/PersistComponentsStepTest.java

index d52f68c8c4fefb0e21391585d34ba6c5dd76f1ad..30407236a7ada3146a2997419e34387d467c2dac 100644 (file)
@@ -354,7 +354,7 @@ public class PersistComponentsStepTest extends BaseStepTest {
   }
 
   @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(2, new ComputeComponentsRefCache.ComputeComponent("MODULE_KEY", "BCDE"));
     computeComponentsRefCache.addComponent(3, new ComputeComponentsRefCache.ComputeComponent("SUB_MODULE_1_KEY", "CDEF"));