| | |
| | | @AfterClass |
| | | public void tearDown() { |
| | | LDAPProfile.getInstance().popWrapper(); |
| | | TestCfg.cleanup(); |
| | | } |
| | | |
| | | |
| | |
| | | ManagedObjectPath<? extends ConfigurationClient, ? extends Configuration> path = ManagedObjectPath |
| | | .emptyPath(); |
| | | |
| | | path = path.child(TestCfg.RD_TEST_ONE_TO_MANY_PARENT, "test-parent-1"); |
| | | path = path.child(TestCfg.getTestOneToManyParentRelationDefinition(), "test-parent-1"); |
| | | path = path.child(TestParentCfgDefn.getInstance() |
| | | .getTestChildrenRelationDefinition(), "test-child-1"); |
| | | |
| | |
| | | |
| | | }; |
| | | |
| | | path = path.child(TestCfg.RD_TEST_ONE_TO_MANY_PARENT, "test-parent-1"); |
| | | path = path.child(TestCfg.getTestOneToManyParentRelationDefinition(), "test-parent-1"); |
| | | path = path.child(r2); |
| | | |
| | | // Now serialize it. |
| | |
| | | ManagedObjectPath<? extends ConfigurationClient, ? extends Configuration> path = ManagedObjectPath |
| | | .emptyPath(); |
| | | |
| | | path = path.child(TestCfg.RD_TEST_ONE_TO_MANY_PARENT, "test-parent-1"); |
| | | path = path.child(TestCfg.getTestOneToManyParentRelationDefinition(), "test-parent-1"); |
| | | path = path.child(TestParentCfgDefn.getInstance() |
| | | .getOptionalTestChildRelationDefinition()); |
| | | |