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

smaguin
30.09.2008 3cbfcb121f0a5c9ac9eaf0949ee75ca1ddbed7cb
opends/tests/system-tests/scenario/singleServer/clients/secureSearch/src/Client.java
@@ -117,7 +117,7 @@
            ctx.close();
         } catch (Exception e) {
        
       println ("INFO", "Failed: expected error code 3 ");
       println("INFO",  "ERROR : exception raised during first bind");
       e.printStackTrace();
       System.exit(1);
        }
@@ -129,6 +129,7 @@
            for (int i=0; i < nb_threads; i++ ) {
                Worker w = new Worker(this, server);
            }
            println ("INFO", nb_threads + " threads connected to server " + server );
        
       // Wait until all the threads have initialized their context 
@@ -144,7 +145,7 @@
      }
            }
            catch ( Exception e1 ) {
      System.out.println ("E1");
      println("INFO",  "ERROR : exception raised when starting  threads");
      e1.printStackTrace();
            }
@@ -177,7 +178,7 @@
                            total_nb_srchs=0;
                          }
                        } catch ( Exception e2 ) {
                          System.out.println("E2");
           println("INFO",  "ERROR : exception raised by the client");
                          e2.printStackTrace();
                        }
                 }