]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1772: Execute findbugs in separate thread and terminate after "sonar.findbugs...
authorGodin <mandrikov@gmail.com>
Mon, 18 Oct 2010 16:54:33 +0000 (16:54 +0000)
committerGodin <mandrikov@gmail.com>
Mon, 18 Oct 2010 16:54:33 +0000 (16:54 +0000)
plugins/sonar-findbugs-plugin/src/test/java/org/sonar/plugins/findbugs/FindbugsExecutorTest.java

index a8077941984258b04eb237ab1048ef6a5736a2fc..3061414b21b15ee066f562a3c512d997c801a397 100644 (file)
@@ -29,7 +29,7 @@ public class FindbugsExecutorTest {
   }
 
   @Test(expected = SonarException.class)
-  public void shouldTerminateOnTimeout() throws Exception {
+  public void shouldTerminateAfterTimeout() throws Exception {
     FindbugsConfiguration conf = mockConf();
     when(conf.getTimeout()).thenReturn(1L);