Skip to content

Commit

Permalink
fix for 'checkMpVersion' schrodinger test
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 15, 2020
1 parent 9c22f39 commit a285132
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
*/
public class AboutPageTest extends AbstractSchrodingerTest {

private static final String VERSION_EXPECTED = "4.1-SNAPSHOT"; // Static value, should be changed each version change.
private static final String VERSION_EXPECTED = "4.2-SNAPSHOT"; // Static value, should be changed each version change.
private static final String HIBERNATE_DIALECT_EXPECTED = "org.hibernate.dialect.H2Dialect";
private static final String CONNID_VERSION_EXPECTED = "1.5.0.10"; // Static value, should be changed each version change.
private static final String REINDEX_REPO_TASK_CATEGORY_EXPECTED = "Utility";
Expand Down

0 comments on commit a285132

Please sign in to comment.