[
https://issues.apache.org/jira/browse/TRINIDAD-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502522
]
Adam Winer commented on TRINIDAD-48:
------------------------------------
The patch is invalid - setting this property doesn't just change the
testCaseCount, it actually blows off a large number of real tests by going into
"lenient" mode.
> Created property that allows RenderKitTestCase to return a testCaseCount that
> only includes the actual test cases.
> ------------------------------------------------------------------------------------------------------------------
>
> Key: TRINIDAD-48
> URL: https://issues.apache.org/jira/browse/TRINIDAD-48
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Reporter: Gary Kind
> Attachments: trunk.patch
>
>
> Current RenderKitTestCase.countTestCases() returns a test case count that
> includes all the subtests in each test case. It is desirable to be able to
> have it return only the actual junit test cases. A new boolean system
> property is now in effect, "trinidad.renderkit.junittests", that, when set to
> true, causes RenderKitTestCase.countTestCases() to return only the actual
> junit test cases. The default value for this property is "false", meaning
> that the current behavior is the default.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.