diff test/org/tmatesoft/hg/test/TestAuxUtilities.java @ 424:6437d261048a

Deprecated code removed
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 28 Mar 2012 15:42:15 +0200
parents 9c9c442b5f2e
children 12f668401613
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/TestAuxUtilities.java	Fri Mar 23 22:51:18 2012 +0100
+++ b/test/org/tmatesoft/hg/test/TestAuxUtilities.java	Wed Mar 28 15:42:15 2012 +0200
@@ -151,7 +151,7 @@
 	@Test
 	public void testManifestCancelSupport() throws Exception {
 		HgRepository repository = Configuration.get().find("branches-1"); // any repo with as many revisions as possible
-		class InspectorImplementsAdaptable implements HgManifest.Inspector2, Adaptable {
+		class InspectorImplementsAdaptable implements HgManifest.Inspector, Adaptable {
 			public final int when2stop;
 			public int lastVisitet = 0;
 			private final CancelImpl cancelImpl = new CancelImpl(); 
@@ -167,10 +167,6 @@
 				return true;
 			}
 
-			public boolean next(Nodeid nid, String fname, String flags) {
-				return true;
-			}
-
 			public boolean end(int manifestRevision) {
 				return true;
 			}