Uploaded image for project: 'Data Collection, Analytics, and Events'
  1. Data Collection, Analytics, and Events
  2. DCAEGEN2-3324

Enhance a junit AppConfigTest::checkCorrectConsumerConfiguration in datafile collector

XMLWordPrintable

      AppConfigTest::checkCorrectConsumerConfiguration test case has assertions which work only on Unix OS due to Unix-style path.

      assertThat(securityKeys.keyStore().path().toString()).hasToString("src/test/resources/cert.jks");

              assertThat(securityKeys.trustStore().path().toString()).hasToString("src/test/resources/trust.jks");

       

      This junit fails if a developer runs the test on Windows OS. This task is created to enhance the test so that the test works irrespective of the OS.

            sushant53 sushant53
            kedar.t kedar.t
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: