Package org.apache.roller.ui.core.tasks

Examples of org.apache.roller.ui.core.tasks.RefreshEntriesTask.run()


            syncTask.init(RollerFactory.getRoller(), "dummy");
            syncTask.run();          
           
            RefreshEntriesTask refreshTask = new RefreshEntriesTask();
            refreshTask.init(RollerFactory.getRoller(), "dummy");
            refreshTask.run();
           
            List agg = planet.getAggregation(null, null, 0, -1);
            assertEquals(3, agg.size());
        }
        catch (Exception e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.