| DateChooserCombo unit testing problem [message #593058] |
Tue, 30 December 2008 10:40 |
Jacek Kolodziejczyk Messages: 37 Registered: July 2009 |
Member |
|
|
Hi,
The following code in DateChooserCombo breaks unit testing:
static {
buttonImage = new Image(Display.getCurrent(),
DateChooserCombo.class.getResourceAsStream(IMAGE));
}
I reset it in my TestCase.setUp() method by using reflection as a work
around. But in my opinion setImage(Image) should recreate the image if
image.getDevice().isDisposed() == true.
Is it a known/fixed issue or I should post a bug?
Regards,
Jacek
|
|
|
Powered by
FUDForum. Page generated in 0.01622 seconds