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

Chris Ridd
10.27.2014 6076c9d9b040fc709285136e0ee816daf68a3363
Fix separator/pathSeparator mixup in tests
1 files modified
2 ■■■ changed files
opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 2 ●●● patch | view | raw | blame | history
opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
@@ -197,7 +197,7 @@
    DN entryDN = DN.valueOf("dc=fooUniqueName2," + EXAMPLE_DN);
    connection.processDelete(entryDN);
    String path = reSyncTempDir.getAbsolutePath() + File.pathSeparator + "ReSynchTest";
    String path = reSyncTempDir.getAbsolutePath() + File.separator + "ReSynchTest";
    task("dn: ds-task-id=" + UUID.randomUUID() + ",cn=Scheduled Tasks,cn=Tasks\n"
        + "objectclass: top\n"