Fix test build break after merging from trunk

This commit is contained in:
arp 2014-09-25 20:29:24 -07:00
parent 032e0eba6b
commit 263977969b
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ public class TestEncryptionZones {
private static void mockCreate(ClientProtocol mcp,
CipherSuite suite, CryptoProtocolVersion version) throws Exception {
Mockito.doReturn(
new HdfsFileStatus(0, false, 1, 1024, 0, 0, new FsPermission(
new HdfsFileStatus(0, false, 1, 1024, false, 0, 0, new FsPermission(
(short) 777), "owner", "group", new byte[0], new byte[0],
1010, 0, new FileEncryptionInfo(suite,
version, new byte[suite.getAlgorithmBlockSize()],