Description
WebHCat testsuite have two tests failing:
1. doAsTests_6 - The test was assuming that the metadata can be read even if reading data cannot be. As part of the setup we are using the StorageBasedAuthorizationProvider which will not allow for this operation to succeed. Updated the test to check for the failure and verify the error message.
2. doAsTests_7 - Updated the error message to reflect the current error message which looks correct.