commit | 137757458c0a498d41d89796d27b874d360063c0 | [log] [tgz] |
---|---|---|
author | Maxime Guerreiro <maximeg@google.com> | Wed Jul 25 11:27:41 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 25 11:27:41 2018 +0000 |
tree | f4d4f5bd30a3cb72af961d71df48cf96b43645c9 | |
parent | 649b6428069dd70f6c2b8c280becb15dc24ce1eb [diff] | |
parent | 0916fe5c62e7624885ac5ca0159742b133503984 [diff] |
Merge "Add a web interface to configure the comments rule"
diff --git a/src/test/java/com/googlesource/gerrit/plugins/simplesubmitrules/AbstractSimpleSubmitRulesIT.java b/src/test/java/com/googlesource/gerrit/plugins/simplesubmitrules/AbstractSimpleSubmitRulesIT.java index e73172f..cf5e1fb 100644 --- a/src/test/java/com/googlesource/gerrit/plugins/simplesubmitrules/AbstractSimpleSubmitRulesIT.java +++ b/src/test/java/com/googlesource/gerrit/plugins/simplesubmitrules/AbstractSimpleSubmitRulesIT.java
@@ -29,7 +29,7 @@ /** Base class used by IT tests, loads the Simple Submit Rules plugin. */ @TestPlugin( name = "my-plugin", - sysModule = "com.googlesource.gerrit.plugins.simplesubmitrules.SimpleSubmitRulesModule") + sysModule = "com.googlesource.gerrit.plugins.simplesubmitrules.Module") @Ignore public abstract class AbstractSimpleSubmitRulesIT extends LightweightPluginDaemonTest { /** Helper method to change the project.config file using a provided consumer. */