benjamin84 / fest

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

WindowFinder findDialog does not use the name to find a dialog #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using findDialog with the component name argument, the name is never
used. Only the type is used to find the component and the next dialog that
is shown is returned independant of the name of the dialog.

The problem is with the method matcher() in ComponentFinderTemplate. If
there is a type, the name of the component is never matched. 

I would expect the condition to be a combination of the Type e.g. Dialog
and the component name. 

WindowFinder.findDialog("ProjectSelectionController") 

would look for a Dialog with the name ProjectSelectionController and not
just the next Dialog

Original issue reported on code.google.com by wim.bo...@gmail.com on 31 Jan 2008 at 11:30

GoogleCodeExporter commented 9 years ago
Thanks a lot Wim. We'll take care of this and include the fix for this bug in 
the
SNAPSHOT release for this weekend.

Original comment by Alex.Rui...@gmail.com on 31 Jan 2008 at 12:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed. To be released in next SNAPSHOT release on 02/03/08.

Original comment by Alex.Rui...@gmail.com on 3 Feb 2008 at 4:16

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:50