Fix test build break after merging from trunk
This commit is contained in:
parent
032e0eba6b
commit
263977969b
|
@ -716,7 +716,7 @@ public class TestEncryptionZones {
|
||||||
private static void mockCreate(ClientProtocol mcp,
|
private static void mockCreate(ClientProtocol mcp,
|
||||||
CipherSuite suite, CryptoProtocolVersion version) throws Exception {
|
CipherSuite suite, CryptoProtocolVersion version) throws Exception {
|
||||||
Mockito.doReturn(
|
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],
|
(short) 777), "owner", "group", new byte[0], new byte[0],
|
||||||
1010, 0, new FileEncryptionInfo(suite,
|
1010, 0, new FileEncryptionInfo(suite,
|
||||||
version, new byte[suite.getAlgorithmBlockSize()],
|
version, new byte[suite.getAlgorithmBlockSize()],
|
||||||
|
|
Loading…
Reference in New Issue