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

ludovicp
28.47.2010 6da4b9ae01dc9d49246ee506abf520e6d1ce85df
opends/tests/staf-tests/shared/java/ldapjdk/PSearchOperations.java
@@ -138,8 +138,8 @@
            if(!ldifFormat)
              write("[Thread id: " + threadId + "] \n" + getDate() + connection);
        } catch (LDAPException ex) {
            System.out.println("[Thread id: " + threadId + "]Connection :" + ex.getMessage());
            System.exit(0);
            System.out.println("[Thread id: " + threadId + "] Connection :" + ex.getMessage());
            System.exit(1);
        }
    }
    /**
@@ -189,8 +189,8 @@
            // Start the persistent search.
            res = connection.search(suffix, LDAPv3.SCOPE_SUB, "(objectclass=*)", null, false, cons);
        } catch (LDAPException ex) {
            System.out.println("[Thread id: " + threadId + "]LDAPSearch :" + ex.getMessage());
            System.exit(0);
            System.out.println("[Thread id: " + threadId + "] LDAPSearch :" + ex.getMessage());
            System.exit(1);
        }
        return res;
    }