| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2015 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.server.tools; |
| | |
| | | * |
| | | * @throws Exception The objectclass attribute is not returned. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testLDIFSearchStarOps() throws Exception { |
| | | String[] args = |
| | | { |
| | |
| | | * |
| | | * @throws Exception The objectclass attribute is returned. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testLDIFSearchOpsOnly() throws Exception { |
| | | String[] args = |
| | | { |
| | |
| | | * @throws Exception The objectclass attribute is returned or one of the |
| | | * specified attributes is not returned. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testLDIFSearchOpsAttrs() throws Exception { |
| | | String[] args = |
| | | { |
| | |
| | | * specified attributes is not returned. |
| | | */ |
| | | |
| | | @Test() |
| | | @Test |
| | | public void testLDIFSearchAttrsOnly() throws Exception { |
| | | |
| | | String[] args = |