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

smaguin
30.09.2008 3cbfcb121f0a5c9ac9eaf0949ee75ca1ddbed7cb
update output messages
2 files modified
11 ■■■■ changed files
opends/tests/system-tests/scenario/singleServer/clients/secureSearch/src/Client.java 7 ●●●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/secureSearch/src/Worker.java 4 ●●●● patch | view | raw | blame | history
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();
                        }
                 }  
opends/tests/system-tests/scenario/singleServer/clients/secureSearch/src/Worker.java
@@ -141,7 +141,7 @@
            }
          } catch (Exception ex) {
            println("INFO","THREAD " + myId + " CATCH " + ex);
            println("INFO","THREAD " + myId + " ERROR " + ex);
          }
@@ -151,7 +151,7 @@
      }
    } catch (Exception e) {
      println("INFO", "Failed: expected error code 3 ");
      println("INFO","THREAD " + myId + " ERROR " + e);
      e.printStackTrace();
      System.exit(1);