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

smaguin
30.30.2008 e4a41b5674d92d3112593d0b8e464615e26a7e2e
opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Worker.java
@@ -149,7 +149,7 @@
            }
          } catch (Exception ex) {
            
            println("INFO","THREAD " + myId + " CATCH " + ex);
            println("INFO","THREAD " + myId + " ERROR " + ex);
          }
          // update the total number of searchs
@@ -158,7 +158,7 @@
      }
    } catch (Exception e) {
      
      println("INFO", "Failed: expected error code 3 ");
      println("INFO","THREAD " + myId + " ERROR " + e);
      
      e.printStackTrace();
      System.exit(1);