{
PortletCache portletCache = new PortletCache();
new JetspeedPortletFactoryProxy(new JetspeedPortletFactory(portletCache));
System.out.println("Testing loadPortletApplicationTree");
PortletApplicationDescriptor pad = new PortletApplicationDescriptor(new FileReader("./test/testdata/deploy/portlet.xml"), "unit-test");
MutablePortletApplication app = pad.createPortletApplication();
assertNotNull("App is null", app);
assertNotNull("Version is null", app.getVersion());
assertTrue("Version invalid: " + app.getVersion(), app.getVersion().equals("1.0"));
assertNotNull("PA Identifier is null", app.getApplicationIdentifier());
assertTrue(