]> source.dussan.org Git - sonarqube.git/commitdiff
Enable governance plugin in IT PluginsTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 3 Jun 2016 11:47:45 +0000 (13:47 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 3 Jun 2016 11:47:45 +0000 (13:47 +0200)
it/it-tests/src/test/java/it/plugins/PluginsTest.java

index f0b6059323c94653331ee95795ce3eb84e88b59c..3f6e038b64ded7ae8bc6144b07b7746ed907b49e 100644 (file)
@@ -74,8 +74,8 @@ public class PluginsTest {
     "maifcobolplugin");
 
   static final Set<String> LICENSED_PLUGINS = Sets.newHashSet(
-    "abap", "cobol", "cpp", "devcockpit", "objc", "pli", "plsql", "report", "rpg",
-    "sqale", "swift", "vb", "vbnet", "views");
+    "abap", "cobol", "cpp", "devcockpit", "governance", "objc", "pli", "plsql", "report", "rpg",
+    "swift", "vb", "vbnet");
 
   static final Set<String> DISABLED_PLUGINS_FOR_PREVIEW_MODE = Sets.newHashSet("mantis",