List ignoreList = new ArrayList();
for (int i = 0; i < ignore.length; i++) {
ignoreList.add(ignore[i]);
}
boolean status = cf.filesIdentical(RESTORE_VIEW_OUTPUT_FILE,
RESTORE_VIEW_CORRECT_FILE,
ignoreList);
assertTrue(status);
// PENDING (visvan) test case to verify nothing is persisted if the root
// is marked transient for both client tand server case.