muTestCase should accept parameter as is
Status: Beta
Brought to you by:
kristov
muTestCase should accept the parameter as is rather
than assuming the test case end with "Test".
For example:
$(call muTestCase,dot2SpaceTest)
is preferred over:
$(call muTestCase,dot2Space)
Abiding by the former allows developers to name their
test cases however they choose (allowing them to stick
to other naming conventions). For example:
$(call muTestCase,dot-to-space-test)
Logged In: YES
user_id=284605
OK, will be done in next release.