mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
13.08.2015 ea1068c292e9b341af6d6b563cd8988a96be20a9
opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFSearchTestCase.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2015 ForgeRock AS
 */
package org.opends.server.tools;
@@ -104,7 +105,7 @@
   *
   * @throws Exception The objectclass attribute is not returned.
   */
 @Test()
 @Test
  public void testLDIFSearchStarOps() throws Exception {
    String[] args =
    {
@@ -130,7 +131,7 @@
   *
   * @throws Exception  The objectclass attribute is returned.
   */
 @Test()
 @Test
  public void testLDIFSearchOpsOnly() throws Exception {
    String[] args =
    {
@@ -157,7 +158,7 @@
   * @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 =
    {
@@ -187,7 +188,7 @@
   * specified attributes is not returned.
   */
 @Test()
 @Test
  public void testLDIFSearchAttrsOnly() throws Exception {
    String[] args =