Hi David
I will made the changes.
please see inline
thanks
anurag
David Van Couvering (JIRA) wrote:
- Why do you set the territory to en_US?
I am printing the message so in case the default locale is not the same
as I used to generate the original out file it will fail. So I am
setting territory to ensure I get the same message in every run.
- In the initDB method, you don't drop the table before creating it. What if
you run the same test twice without deleting the database? Or does our test
infrastructure take care of that?
harness starts with a clean database. So there won't be any problem in
running the test multiple times.