Re: FieldsOfDouble problem

2005-05-18 Thread Niclas Hedhman
On Wednesday 18 May 2005 06:01, Craig Russell wrote: We decided to use these values for double in the AllTypes class: public static final double DOUBLE_SMALLEST = -9.9; public static final double DOUBLE_LARGEST = 9.9; public static final double[]

Re: Patch for JDO JIRA issue JDO-45

2005-05-18 Thread Michelle Caisse
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

Re: FieldsOfDouble problem

2005-05-18 Thread Craig Russell
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

Re: Patch for JDO JIRA issue JDO-45

2005-05-18 Thread Michael Bouschen
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

Re: JDO TCK Conference Call Friday, May 13, 9 am PST

2005-05-18 Thread Michelle Caisse
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

my old TCK notes

2005-05-18 Thread Geoff hendrey
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:

Re: JDO TCK Conference Call Friday, May 13, 9 am PST

2005-05-18 Thread Geoff hendrey
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