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

coulbeck
02.13.2006 99747d6e8d6e5b1fb598cf98e9ca5a1a50436501
Fix comments.
1 files modified
6 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java 6 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java
@@ -41,7 +41,7 @@
/**
 * Tests invocation of the backup and restore tasks, but does not aim to
 * Tests invocation of the import and export tasks, but does not aim to
 * thoroughly test the underlying backend implementations.
 */
public class TestImportAndExport extends TasksTestCase
@@ -129,7 +129,7 @@
  public Object[][] createData() throws Exception
  {
    return new Object[][] {
         // A fairly simple valid import task.
         // A fairly simple, valid import task.
         {
              TestCaseUtils.makeEntry(
                   "dn: ds-task-id=" + UUID.randomUUID() +
@@ -148,7 +148,7 @@
              ),
              TaskState.COMPLETED_SUCCESSFULLY
         },
         // A complex valid import task.
         // A complex, valid import task.
         {
              TestCaseUtils.makeEntry(
                   "dn: ds-task-id=" + UUID.randomUUID() +