commit | 951d2cb13b1d1f1e3f2c8a8af15d3c6e8ef66263 | [log] [tgz] |
---|---|---|
author | Maxime Guerreiro <maximeg@google.com> | Mon May 28 09:21:33 2018 +0000 |
committer | Maxime Guerreiro <maximeg@google.com> | Mon May 28 09:22:16 2018 +0000 |
tree | aba5919a8799fb5f1f5c0fedc602ac86bd9016f9 | |
parent | 6a252ae23e100589f285f9e169442e9cafad6b84 [diff] |
Fix base test to use the new Sys module class Change-Id: I493ffabc8b7c75963e520cd62395923531af54b6
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. */