Hi Michael,
The patch looks good to me.
-- Michelle
Michael Bouschen wrote:
Hi,
I attached a patch for JDO-92 to the JIRA issue:
http://issues.apache.org/jira/browse/JDO-92
It removes the classes SwingTestRunner and TestListSuite and the
JDOTCKTestCases.list which is not used anymore.
I would like to check it in, so please object if there are any issues.
Regards Michael
------------------------------------------------------------------------
Subject:
[jira] Updated: (JDO-92) Remove support for GUI test runner
From:
"Michael Bouschen (JIRA)" <[EMAIL PROTECTED]>
Date:
Sun, 25 Sep 2005 22:15:52 +0200 (CEST)
To:
[email protected]
To:
[email protected]
[ http://issues.apache.org/jira/browse/JDO-92?page=all ]
Michael Bouschen updated JDO-92:
--------------------------------
Attachment: JDO92.patch
Attached you find a patch removing the GUI test runner (SwingTestRunner), class TestListSuite and the outdated list of test classes JDOTCKTestCases.list. I also added some code to the BatchTestRunner class throwing an exception if there are no test classes defined, i.e. property jdo.tck.classes is not specified.
Remove support for GUI test runner
----------------------------------
Key: JDO-92
URL: http://issues.apache.org/jira/browse/JDO-92
Project: JDO
Type: Bug
Components: tck20
Reporter: Michelle Caisse
Assignee: Michael Bouschen
Attachments: JDO92.patch
Users don't seem to require a GUI test runner, so we should remove files
(JDOTCKTestCases.list) and other support for it.