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

/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DTestRepository.java45 * @param inputBundle an archived test repository
48 public void create(InputStream inputBundle) throws IOException { argument
59 assertNotNull(inputBundle);
61 FileUtilities.copyFile(inputBundle, out);

Completed in 24 milliseconds