import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
-import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
}
}
- /**
- * The interface these tests need from a class implementing a checkout
- */
- interface Checkout {
- HashMap<String, ObjectId> updated();
- ArrayList<String> conflicts();
- ArrayList<String> removed();
- void prescanTwoTrees() throws IOException;
- void checkout() throws IOException;
- }
-
public void assertWorkDir(HashMap<String, String> i)
throws CorruptObjectException, IOException {
TreeWalk walk = new TreeWalk(db);