Fraer / windowlicker

Automatically exported from code.google.com/p/windowlicker
GNU General Public License v3.0
0 stars 0 forks source link

JFileChooserDriver does not work with default save dialog approve button #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch a JFileChooser with the showSaveDialog method
2. Drive this with the JFileChooserDriver
3. Call driver.approve

What is the expected output? What do you see instead?
Expect the "Save" button to be clicked. In fact get failure to find "Open"
button.

What version of the product are you using? On what operating system?
Build from source, repository revision 256 ; run on Windows 7

Please provide any additional information below.
I've attached a patch for a new, failing, unit test in JFileChooserDriver

Original issue reported on code.google.com by t.denley on 8 Feb 2010 at 11:09

Attachments: