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

neil_a_wilson
06.22.2007 1bff31ca61c88343ba66592675b8b4d93fd7680a
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
@@ -198,7 +198,7 @@
    TestCaseUtils.startServer();
    // Create an internal connection
    connection = new InternalClientConnection();
    connection = InternalClientConnection.getRootConnection();
    // Disable schema check
    schemaCheck = DirectoryServer.checkSchema();
@@ -365,7 +365,7 @@
        }
      } catch (Exception e)
      {}
      finally
      finally
      {
        synchronized (this)
        {
@@ -383,7 +383,7 @@
    {
      synchronized (this)
      {
         int i = 20;
        int i = 20;
        while ((finished != true) && (i-- >0))
        {
          try