Skip to content

Commit

Permalink
Fix test case as there is no empty modul name anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 7, 2024
1 parent 3a6c847 commit a5b5bc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ class ModuleDetectorITest extends IntegrationTestWithJenkinsPerSuite {
private static final String ANT_BUILD_FILE_LOCATION = "ant/";
private static final String OSGI_BUILD_FILE_LOCATION = "osgi/";
private static final String DEFAULT_DEBUG_LOG_LINE = "Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)";
private static final String EMPTY_MODULE_NAME = "";
private static final String EMPTY_MODULE_NAME = "-";
private static final String PROPERTY = "moduleName";

/**
* Verifies that the HTML output is correct if there are OSGI, Maven and Ant modules used within the build. This
* Verifies that the HTML output is correct if there are OSGI, Maven, and Ant modules used within the build. This
* test doesn't check for correct precedence in every possible case as this might fail.
*/
@Test
Expand Down

0 comments on commit a5b5bc7

Please sign in to comment.