/**
* Make sure we keep the String literal up to date with what we'd get by calling
* class.getName.
*/
@Test
public void testStringLiteralDefaultWebFilter() {
Assert.assertEquals("The default webhdfs auth filter should make the FQCN of AuthFilter.",AuthFilter.class.getName(),DFSConfigKeys.DFS_WEBHDFS_AUTHENTICATION_FILTER_DEFAULT);
}
/**
* Make sure we keep the String literal up to date with what we'd get by calling
* class.getName.
*/
@Test
public void testStringLiteralDefaultWebFilter() {
Assert.assertEquals("The default webhdfs auth filter should make the FQCN of AuthFilter.",DFSConfigKeys.DFS_WEBHDFS_AUTHENTICATION_FILTER_DEFAULT);
}