Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Unused code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Aug 18, 2014
1 parent 7f8d39d commit 6b2d13a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,12 +541,12 @@ public void testCleanupFailsMidCommit() throws Exception {
}));

TestClient clientA = new TestClient("A", testConnection);
TestClient clientB = new TestClient("B", testConnection);

StatusOperationOptions forceChecksumStatusOperationOptions = new StatusOperationOptions();
forceChecksumStatusOperationOptions.setForceChecksum(true);

CleanupOperationOptions options = new CleanupOperationOptions();
options.setStatusOptions(forceChecksumStatusOperationOptions);
options.setMergeRemoteFiles(true);
options.setRemoveOldVersions(true);
options.setMinSecondsBetweenCleanups(40000000);
Expand Down Expand Up @@ -611,7 +611,6 @@ public boolean accept(File dir, String name) {
}).length);

// Tear down
// clientA.deleteTestData();
// clientB.deleteTestData();
clientA.deleteTestData();
}
}

0 comments on commit 6b2d13a

Please sign in to comment.