public BaseFeed getFeed(URL feedUrl, Class klass, DateTime ifModifiedSince)
throws NotModifiedException {
List userList =
(script.size() > callCount) ? (List) script.get(callCount++) : null;
if (userList == null) {
throw new NotModifiedException();
} else {
List entryList = new LinkedList();
for (Iterator iter = userList.iterator(); iter.hasNext(); ) {
UserEntry userEntry = new UserEntry();
Login login = new Login();