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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/LDIFBackendTestCase.java
@@ -140,7 +140,7 @@
         throws Exception
  {
    // Add a number of entries to the server.
    int resultCode = TestCaseUtils.applyModifications(
    int resultCode = TestCaseUtils.applyModifications(false,
      "dn: ou=dummy,o=ldif",
      "changetype: add",
      "objectClass: top",
@@ -180,7 +180,7 @@
    // Verify that we can delete a single leaf entry.
    resultCode = TestCaseUtils.applyModifications(
    resultCode = TestCaseUtils.applyModifications(false,
      "dn: ou=sub5,ou=dummy,o=ldif",
      "changetype: delete");
    assertEquals(resultCode, 0);