Skip to content

Commit 2cd2007

Browse files
authored
Merge pull request #1680 from srinathgit/develop
Fixing the 'LoadHubModulesCommandTest'
2 parents a44317a + 7ad8153 commit 2cd2007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-data-hub/src/test/java/com/marklogic/hub/deploy/commands/LoadHubModulesCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void ensureHubFourLoaded() {
6060
//logger.info(jarVersion);
6161

6262
// this test will work until major version 10
63-
assertTrue(jarVersion.compareTo("4.0.1") >= 0);
63+
assertTrue(jarVersion.charAt(0) >= '4');
6464
assertEquals(jarVersion, versions.getHubVersion(),
6565
"Jar version must match version in config.xqy/config.sjs after installation");
6666

0 commit comments

Comments
 (0)