import junit.framework.TestCase;
public class FeedGeneratorTest {
public static void main() throws Exception {
// FIXME use those settings by wiring Settings interface to this instance
Settings settings = new DefaultSettings() {
public File getImageDirectoryRoot() {
return new File("/tmp/a");
}
public String getBaseURL() {
return "http://localhost:8080";