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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java112 * Test of getWidestRevision method, of class Annotation.
115 public void getWidestRevision() { method in class:AnnotationTest
117 assertEquals(instance.getWidestRevision(), 0);
119 assertEquals(instance.getWidestRevision(), 3);
121 assertEquals(instance.getWidestRevision(), 5);
H A DBazaarRepositoryTest.java94 assertEquals(revId1.length(), result.getWidestRevision());
H A DCVSRepositoryTest.java111 assertEquals(revId2.length(), result.getWidestRevision());
H A DGitRepositoryTest.java93 assertEquals(revId1.length(), result.getWidestRevision());
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java132 public int getWidestRevision() { method in class:Annotation

Completed in 9 milliseconds