diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-05-28 08:59:07 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-05-28 08:59:32 +0200 |
commit | bc0f9e916df183a2215e41330b3af3581c08f506 (patch) | |
tree | 766446e2f8f8170b30101b0ed6b187bc8edae3e3 /sonar-server/src/test | |
parent | 2f66634a7ab0cff2eb20f7b32347a35174075334 (diff) | |
download | sonarqube-bc0f9e916df183a2215e41330b3af3581c08f506.tar.gz sonarqube-bc0f9e916df183a2215e41330b3af3581c08f506.zip |
Revert useless dependency
Diffstat (limited to 'sonar-server/src/test')
-rw-r--r-- | sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java b/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java index 7af8b78c4b6..db46e42c30b 100644 --- a/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java +++ b/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java @@ -64,7 +64,7 @@ public class RegisterNewDashboardsTest { fakeDashboardTemplate = mock(DashboardTemplate.class); task = new RegisterNewDashboards(new DashboardTemplate[] {fakeDashboardTemplate}, dashboardDao, - activeDashboardDao, loadedTemplateDao, null); + activeDashboardDao, loadedTemplateDao); } @Test |