<Swing Dev> [9] RFR JDK-7190578: Nimbus: css test for 4936917 fails
Ajit Ghaisas
ajit.ghaisas at oracle.com
Fri Nov 18 09:07:49 UTC 2016
The test summary says that "Tests if background is correctly painted when <BODY> has css margins"
In test, -background-color: #cccccc - is set as CSS, but a negative check is made with Color.white to fail the test.
I think, we can improve the test to check for color set in CSS and fail if it is not set.
Regards,
Ajit
-----Original Message-----
From: Sergey Bylokhov
Sent: Friday, November 18, 2016 2:23 PM
To: Prasanta Sadhukhan; Alexandr Scherbatiy; Avik Niyogi; swing-dev at openjdk.java.net
Subject: Re: <Swing Dev> [9] RFR JDK-7190578: Nimbus: css test for 4936917 fails
On 18.11.16 11:44, Prasanta Sadhukhan wrote:
> Any further objection on this? If not, can I get +1 ?
It seems that there are some issues in the test:
- The Swing components accessed on the main thread instead of EDT(JEditorPane,JFrame);
- The JFrame should be disposed at the end of the test(when the test passed or failed).
>
> Regards
> Prasanta
> On 11/16/2016 9:12 PM, Prasanta Sadhukhan wrote:
>> Ok. Removed html file and updated test not to use JApplet. Please find
>> the updated webrev
>>
>> http://cr.openjdk.java.net/~psadhukhan/7190578/webrev.01/
>>
>>
>> Regards
>> Prasanta
>> On 11/16/2016 7:55 PM, Sergey Bylokhov wrote:
>>> It seems that the test has the main() method and ".html" file is not
>>> necessary?
>>>
>>> On 16.11.16 12:38, Prasanta Sadhukhan wrote:
>>>> I intended to open this testcase so remove dependancy on Util library.
>>>> I tested with other LAFs and it passed.
>>>
>>
>
--
Best regards, Sergey.
More information about the swing-dev
mailing list