log.info("Testing YComponentRegistry");
log.info("---------------------------------");
List<AddSingleYComponentTest> tests = new ArrayList<AddSingleYComponentTest>();
AddSingleYComponentTest test = null;
final YComponentRegistry reg = new YComponentRegistry();
// no ycomponent at all; plain facelet tag
test = new AddSingleYComponentTest(reg, "plainFaceletTag.xhtml", false);
test.expectedErrors = null;
tests.add(test);