Searched refs:historyAuthor (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java47 private String historyAuthor = "test author"; field in class:HistoryEntryTest
63 instance = new HistoryEntry(historyRevision, null, historyDate, historyAuthor, historyMessage, true);
76 assertTrue(instance.getLine().contains(historyAuthor));
99 assertEquals(historyAuthor, result);
245 assertTrue(instance.toString().contains(historyAuthor));

Completed in 7 milliseconds