JAMES-2470 TextExtractor was bound two time in CassandraStepdefs
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c12998fc Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c12998fc Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/c12998fc Branch: refs/heads/master Commit: c12998fc1a4a7edf59cbfc90a4b90fb26fdca5f2 Parents: 99339b1 Author: benwa <[email protected]> Authored: Thu Jul 19 17:25:53 2018 +0700 Committer: benwa <[email protected]> Committed: Fri Jul 20 18:18:14 2018 +0700 ---------------------------------------------------------------------- .../apache/james/jmap/cassandra/cucumber/CassandraStepdefs.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/c12998fc/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/cucumber/CassandraStepdefs.java ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/cucumber/CassandraStepdefs.java b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/cucumber/CassandraStepdefs.java index 1fd8703..4c53770 100644 --- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/cucumber/CassandraStepdefs.java +++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/cucumber/CassandraStepdefs.java @@ -37,7 +37,6 @@ import org.apache.james.mailbox.cassandra.ids.CassandraMessageId; import org.apache.james.mailbox.elasticsearch.MailboxElasticSearchConstants; import org.apache.james.mailbox.extractor.TextExtractor; import org.apache.james.mailbox.store.extractor.DefaultTextExtractor; -import org.apache.james.mailbox.store.search.PDFTextExtractor; import org.apache.james.modules.TestESMetricReporterModule; import org.apache.james.modules.TestElasticSearchModule; import org.apache.james.modules.TestJMAPServerModule; @@ -79,7 +78,6 @@ public class CassandraStepdefs { mainStepdefs.jmapServer = new GuiceJamesServer(configuration) .combineWith(ALL_BUT_JMX_CASSANDRA_MODULE) - .overrideWith(binder -> binder.bind(TextExtractor.class).to(PDFTextExtractor.class)) .overrideWith(new TestJMAPServerModule(10)) .overrideWith(new TestESMetricReporterModule()) .overrideWith(new TestElasticSearchModule(embeddedElasticSearch)) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
