// }
public void testLoadPortletApplicationTree() throws Exception
{
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);