private void ingestTestFile() {
Metadata prodMet = null;
StdIngester ingester = new StdIngester(transferServiceFacClass);
try {
prodMet = new SerializableMetadata(new FileInputStream(
"./src/testdata/ingest/test.txt.met"));
// now add the right file location
prodMet.addMetadata(CoreMetKeys.FILE_LOCATION, new File(
"./src/testdata/ingest").getCanonicalPath());