Skip to main content



      Home
Home » Eclipse Projects » Nebula » DateChooserCombo unit testing problem
DateChooserCombo unit testing problem [message #61441] Tue, 30 December 2008 10:40 Go to next message
Eclipse UserFriend
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
Re: DateChooserCombo unit testing problem [message #61464 is a reply to message #61441] Tue, 30 December 2008 11:37 Go to previous message
Eclipse UserFriend
Jacek Kolodziejczyk wrote:
> 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?

I would file a bug against Nebula.

Cheers,

~ Chris
Re: DateChooserCombo unit testing problem [message #593071 is a reply to message #61441] Tue, 30 December 2008 11:37 Go to previous message
Eclipse UserFriend
Jacek Kolodziejczyk wrote:
> 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?

I would file a bug against Nebula.

Cheers,

~ Chris
Previous Topic:DateChooserCombo unit testing problem
Next Topic:Nebula Grid + Glazed Lists
Goto Forum:
  


Current Time: Sat May 03 13:48:04 EDT 2025

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

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

Back to the top