diff test/org/tmatesoft/hg/test/TestAuxUtilities.java @ 418:528b6780a8bd

A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 22 Mar 2012 21:02:20 +0100
parents 2fadf8695f8a
children 9c9c442b5f2e
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/TestAuxUtilities.java	Thu Mar 22 20:14:06 2012 +0100
+++ b/test/org/tmatesoft/hg/test/TestAuxUtilities.java	Thu Mar 22 21:02:20 2012 +0100
@@ -222,7 +222,7 @@
 	}
 
 	@Test
-	public void testRevlogInspectors() throws Exception { // FIXME move to better place
+	public void testRevlogInspectors() throws Exception { // TODO move to better place
 		HgRepository repository = Configuration.get().find("branches-1"); // any repo
 		repository.getChangelog().walk(0, TIP, new HgChangelog.RevisionInspector() {