On Tue, Feb 1, 2011 at 10:53 PM, Raymond Feng <enjoyj...@gmail.com> wrote:
> By the way, where can I find the compliance tests forĀ [JCA20009] > andĀ [JCA20010]? You need to look in the test assertions spec to get the assertion number and then in the testcases spec to get the test case number, for those two its JCA_2009_TestCase and JCA_2010_TestCase. You can run just those two tests from in testing\compliance-tests\java-caa with: mvn -Dtest=JCA_2009_TestCase,JCA_2010_TestCase ...ant