Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » DateChooserCombo unit testing problem
DateChooserCombo unit testing problem [message #593058] Tue, 30 December 2008 15:40
Jacek Kolodziejczyk is currently offline Jacek KolodziejczykFriend
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
Previous Topic:Grid - background and foreground color
Next Topic:DateChooserCombo unit testing problem
Goto Forum:
  


Current Time: Sat Apr 27 05:07:37 GMT 2024

Powered by FUDForum. Page generated in 0.02762 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top