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

neil_a_wilson
10.23.2006 bb40b9a02cf40af0349d8e3576f51133d264d4b1
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/ShortCircuitPlugin.java
@@ -140,7 +140,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -162,7 +162,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -184,7 +184,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -207,7 +207,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -230,7 +230,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -254,7 +254,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -277,7 +277,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -301,7 +301,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -324,7 +324,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -347,7 +347,7 @@
    }
    else
    {
      return new PreParsePluginResult();
      return PreParsePluginResult.SUCCESS;
    }
  }
@@ -370,7 +370,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -393,7 +393,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -416,7 +416,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -439,7 +439,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -463,7 +463,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -486,7 +486,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -510,7 +510,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }
@@ -533,7 +533,7 @@
    }
    else
    {
      return new PreOperationPluginResult();
      return PreOperationPluginResult.SUCCESS;
    }
  }