private void testFile(String basefilename, Map properties)
throws Exception
{
info("Test file: "+basefilename);
VelocityEngine ve = engine;
ve.addProperty(RuntimeConstants.FILE_RESOURCE_LOADER_PATH, FILE_RESOURCE_LOADER_PATH);
for (Iterator i = properties.keySet().iterator(); i.hasNext();)
{
String key = (String) i.next();
String value = (String) properties.get(key);