Vikas Mayur wrote:
Hi,
The test definition files name is not consistent throughout the
project. Some of the files name is all lowercase and others have camel
case pattern.
I think we can follow the pattern used in service definition files.
The files under accounting/testdef are
accountingtests.xml
invoicetests.xml
paymenttests.xml
fixedassettests.xml
and would be (after this change)
tests.xml (generic test)
tests_invoice.xml (tests specific to invoices)
tests_payment.xml (tests specific to payments)
tests_fixedasset.xml (tests specific to fixed assets)
etc..
Any thoughts?
Vikas
+ 1 for a naming pattern. The above proposal is fine for me.
Bilgin