}
}
public void testFileTransfer() throws Exception
{
GeneratorDataSource source = new GeneratorDataSource(1024 * 1204 * 150);
DataHandler dh = new DataHandler(source);
boolean success = port.transferFile("JBWS2000.data", dh);
assertTrue("Failed to transfer file", success);
}