benjamin84 / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

Component lookup on JInternalFrameFixture not possible #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Component lookup for JInternalFrameFixture doesn't work any more in version
0.9 of fest-swing. It did in version 0.8.3 though. For instance this
doesn't work any more:

JInternalFrameFixture frame = ...
frame.button();

The reason is, that JInternalFrameFixture doesn't extend ComponentFixture
any more. Was this changed on purpose? If yes, is one supposed to use the
ComponentFinder instead?

What is the expected output? What do you see instead?
One get's a compile time error for the above example.

What version of the product are you using? On what operating system?
I upgraded from version 0.8.3 to 0.9 of fest-swing

Original issue reported on code.google.com by manuel.k...@gmail.com on 25 Mar 2008 at 7:32

GoogleCodeExporter commented 9 years ago
Fixed. It will be included in version 0.9.1 coming in the next few days.

Original comment by Alex.Rui...@gmail.com on 25 Mar 2008 at 11:58

GoogleCodeExporter commented 9 years ago
Set the module as a label, instead of being part of the title.

Original comment by Alex.Rui...@gmail.com on 1 Dec 2008 at 1:54