assertTrue(dat.endsWith("9 abcdefghijklmnopqrstuvwxyz\n"));
assertTrue(c.getDataType().equals("raw"));
if(agent.adaptorCount() > 0)
agent.stopAdaptor("test", false);
}
agent.shutdown();
}
private File makeTestFile(String name, int size) throws IOException {
File tmpOutput = new File(baseDir, name);
tmpOutput.deleteOnExit();