| Field |
Original Value |
New Value |
|
Description
|
From Olivier:
FEST behave differently between Windows and vnc4server using fixture textBox enterText.
On Windows it replace the whole text with the new one, on vnc4server, it put the text at the end of the previous one.
I don't know which one is correct.
In my case, the test are OK on Windows, but failing on vnc4server because of that.
|
From Olivier:
FEST behave differently between Windows and vnc4server using fixture textBox enterText.
On Windows it replace the whole text with the new one, on vnc4server, it put the text at the end of the previous one.
I don't know which one is correct.
In my case, the test are OK on Windows, but failing on vnc4server because of that.
Oliviers environment:
java.runtime.version 1.6.0_03-b05
os.arch i386
os.name Linux
os.version 2.6.26-1-amd64
java.awt.graphicsenv sun.awt.X11GraphicsEnvironment
|
A simple test to reproduce a problem with EnterText in a TextField after a Dialog show up.