Skip to content

Commit

Permalink
remove test of properties assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
monxxi committed May 17, 2020
1 parent d4ba25e commit 16435b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
9 changes: 0 additions & 9 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ module.exports = class extends BaseGenerator {
this.clientFramework = this.jhipsterAppConfig.clientFramework;
this.clientPackageManager = this.jhipsterAppConfig.clientPackageManager;
this.buildTool = this.jhipsterAppConfig.buildTool;
this.mainClass = this.getMainClassName();
// use function in generator-base.js from generator-jhipster
this.angularAppName = this.getAngularAppName();

Expand Down Expand Up @@ -217,14 +216,6 @@ module.exports = class extends BaseGenerator {
if (this.components.includes('consumer') && this.pollingTimeout) {
kafkaProperties += `pollingTimeout: ${this.pollingTimeout}
`;
this.template(
'src/test/java/package/config/kafkaPropertiesIT/KafkaConfiguredPollingPropertiesIT.java.ejs',
`${testDir}config/kafkaPropertiesIT/KafkaConfiguredPollingPropertiesIT.java`
);
this.template(
'src/test/java/package/config/kafkaPropertiesIT/KafkaEmptyPollingPropertiesIT.java.ejs',
`${testDir}config/kafkaPropertiesIT/KafkaEmptyPollingPropertiesIT.java`
);
}
let consumersCpt = 0;

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 16435b2

Please sign in to comment.