* Test using teed feed file.
*/
public void testTeedFeed() throws Exception {
// Setup context where the teedFeedFile is set.
Context.refresh();
Context context = Context.getInstance();
context.setStandaloneContext(TEST_DIR + APPLICATION_CONTEXT,
"testdata/mocktestdata/");
// Get properties from file so the teed feed file can be checked.
String propFileName = TEST_DIR + APPLICATION_PROPERTIES;
Properties props = new Properties();