testModel.parents.add(barModel);
HashMap<SimpleNode, HierarchyNodeModel> nodeToModel = new HashMap<SimpleNode, HierarchyNodeModel>();
nodeToModel.put((ClassDef) astTest.body[2], testModel);
PyOutlineSelectionDialog dialog = new PyOutlineSelectionDialog(new Shell(display), astTest, nodeToModel);
dialog.open();
//goToManual(display);
}
}