Skip to content

Commit

Permalink
Minor changes to test case# Please enter the commit message for your …
Browse files Browse the repository at this point in the history
…changes. Lines starting
  • Loading branch information
abh1nay committed Mar 25, 2013
1 parent 11dff85 commit d4f5935
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private Object invokePrivateMethod(Object test, String methodName, Object params
public void testEofExceptionIntermittent() throws Exception {

File testSourceDirectory = createTempDir();
File testDestinationDirectory = createTempDir();
File testDestinationDirectory = testSourceDirectory;

File indexFile = new File(testSourceDirectory, "0_0.index");
byte[] indexBytes = TestUtils.randomBytes(100);
Expand Down Expand Up @@ -206,7 +206,7 @@ public void testEofExceptionIntermittent() throws Exception {
public void testEofExceptionIntermittentDuringFetch() throws Exception {

File testSourceDirectory = createTempDir();
File testDestinationDirectory = createTempDir();
File testDestinationDirectory = testSourceDirectory;

File indexFile = new File(testSourceDirectory, "0_0.index");
byte[] indexBytes = TestUtils.randomBytes(VoldemortConfig.DEFAULT_BUFFER_SIZE * 3);
Expand Down

0 comments on commit d4f5935

Please sign in to comment.