OK, so am am able to run the tck11 against JDOMax.
There are two files in test/conf that seem to
enumerate the test cases: allTests.list and
JDOTCKTestCases.list.
Why 2 files?
What is the recommended way to have an "exclude list"
(JavaTest parlance). I'm assuming I just comment the
tests out in
These are notes I gathered from the last version of
the TCK I ran (not what I just got from Apache, but
maybe some of the problems remain, we'll see). These
are notes on the test source code itself. I'm not
looking for any feedback on this, jut thought I would
toss it out there.
Package: com.sun.
Hi, Geoff,
I'm not really sure of the purpose of JDOTCKTestCases.list. I hope
Michael can explain this. In fact if you run the runtck or runtck.jdori
targets, they read allTests.list. When I want to run a shorter set, I
keep a copy of allTests.list and delete entries to run only the set that
Hi Michelle,
thanks for testing. I checked in the changes and set the JIRA issue to
fixed.
Regards Michael
Michael,
I tested the patch on the tck20 project and it works fine. I did
"maven -o clean", "maven -o database", and " maven -o
-Dtest=query.NavigationThroughACollectionField runtck.jdori
Hi Niclas,
Your idea seems reasonable. I believe we already have a rounding
algorithm in the tests, so putting in some explicit known tricky cases
would be a good test.
Craig
On May 17, 2005, at 10:37 PM, Niclas Hedhman wrote:
On Wednesday 18 May 2005 06:01, Craig Russell wrote:
We decided to us
Michael,
I tested the patch on the tck20 project and it works fine. I did "maven
-o clean", "maven -o database", and " maven -o
-Dtest=query.NavigationThroughACollectionField runtck.jdorisingle", and
the test found company.xml.
Thanks very much,
Michelle
Michael Bouschen wrote:
Hi Michelle,
I