@ -83,6 +83,9 @@ public class ReflogReaderTest extends SampleDataRepositoryTestCase {
staticbyte[]headLine="3333333333333333333333333333333333333333 3e7549db262d1e836d9bf0af7e22355468f1717c A U Thor <thor@committer.au> 1243028201 -0100\tbranch: change to HEAD\n"
staticbyte[]headLine="3333333333333333333333333333333333333333 3e7549db262d1e836d9bf0af7e22355468f1717c A U Thor <thor@committer.au> 1243028201 -0100\tbranch: change to HEAD\n"
.getBytes();
.getBytes();
staticbyte[]oneLineWithoutComment="da85355dfc525c9f6f3927b876f379f46ccf826e 3e7549db262d1e836d9bf0af7e22355468f1717c A O Thor Too <authortoo@wri.tr> 1243028200 +0200\n"
.getBytes();
@Test
@Test
publicvoidtestReadOneLine()throwsException{
publicvoidtestReadOneLine()throwsException{
setupReflog("logs/refs/heads/master",oneLine);
setupReflog("logs/refs/heads/master",oneLine);
@ -184,6 +187,25 @@ public class ReflogReaderTest extends SampleDataRepositoryTestCase {