We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01449 commit 0c5ef01Copy full SHA for 0c5ef01
1 file changed
src/test/java/edu/harvard/iq/dataverse/util/SystemConfigTest.java
@@ -93,10 +93,11 @@ void testGetVersionWithBuild() {
93
94
// then
95
assertTrue(result.startsWith("100.100"), "'" + result + "' not starting with 100.100");
96
- assertTrue(result.contains("build"));
97
98
// Cannot test this here - there might be the bundle file present which is not under test control
99
//assertTrue(result.endsWith("FOOBAR"), "'" + result + "' not ending with FOOBAR");
+ // Not sure what to do about this. The above is correct, if there is a BuildNumber.properties
100
+ // file present on the developer's system, it will take precedence. - L.A.
101
}
102
103
@Test
0 commit comments