We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4dd13 commit 1bc7849Copy full SHA for 1bc7849
test/org/opensolaris/opengrok/history/GitRepositoryTest.java
@@ -83,8 +83,7 @@ public void testDetermineCurrentVersion() throws Exception {
83
GitRepository gitrepo
84
= (GitRepository) RepositoryFactory.getRepository(root);
85
String ver = gitrepo.determineCurrentVersion();
86
- Assert.assertTrue("'" + ver + "' should start with known date",
87
- ver.startsWith("2017-01-26 14:51"));
+ Assert.assertNotNull(ver);
88
}
89
90
/**
0 commit comments