Sunitha Kambhampati wrote:
Suresh Thalamati wrote:
- Why is password hard coded in the test harness code, is it not
possible to specify it as test property ? for eg on the db URL itself.
+ String encryptUrl =
"dataEncryption=true;bootPassword=Thursday";
Well, I didnt particularly like to hardcode it this way, but I looked
at the rest of the test harness ( see encryptionProtocol in RunTest
and the bootPassword is hardcoded to Thursday) and I followed the same
approach for MultiTest.
This issue about reading the bootPassword as a property (ie
testDataEncryption) seems to be an improvement to the test harness and
I think it is not related to this fix in general which was why I chose
not to make changes to the test harness.
But if you feel strongly otherwise please let me know.
If you agree, I will file a jira entry for this.
Thanks,
Sunitha.