}
Iterator tests = c.iterator();
while (tests.hasNext()) {
Parameters testdata = (Parameters)tests.next();
String expected = testdata.get("expected");
String location = testdata.get("location");
String output = "";
log.println(testdata.get("description"));
try {
String uri = util.utils.getFullTestURL(location);
log.println("calling refreshScriptStorage with URI: " + uri);
oObj.refreshScriptStorage(uri);