Amend HDFS-4156.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1410827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-11-18 05:25:13 +00:00
parent b4d01a0041
commit 7c4324f6bd
1 changed files with 0 additions and 4 deletions

View File

@ -157,8 +157,6 @@ public void testNegativeSeek() throws IOException {
fs, fs,
seekFile, seekFile,
ONEMB, ONEMB,
ONEMB,
fs.getDefaultBlockSize(seekFile),
fs.getDefaultReplication(seekFile), fs.getDefaultReplication(seekFile),
seed); seed);
FSDataInputStream stream = fs.open(seekFile); FSDataInputStream stream = fs.open(seekFile);
@ -188,8 +186,6 @@ public void testSeekPastFileSize() throws IOException {
fs, fs,
seekFile, seekFile,
ONEMB, ONEMB,
ONEMB,
fs.getDefaultBlockSize(seekFile),
fs.getDefaultReplication(seekFile), fs.getDefaultReplication(seekFile),
seed); seed);
FSDataInputStream stream = fs.open(seekFile); FSDataInputStream stream = fs.open(seekFile);