Community
Participate
Working Groups
Occured during nightly test runs on all of the windows machines (XP, Vista, 7) testing Examples-Fulltest, 01 Loop over Example Projects and do the Check.
The error occurred due to the fact that "tab" has been used in the test specification instead of "TAB". This case sensitiveness "behavior" has been introduced with changeset http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/diff/org.eclipse.jubula.rc.swt/src/org/eclipse/jubula/rc/swt/implclasses/SwtApplicationImplClass.java?id=8802de28af99fecc89bcc9f8f448b9ffe3495d4b All base key specifications which are meant to fulfill their special key code behavior such as "TAB", "F1", "HOME", "LEFT", ... have to be written in uppercase (this is also the way it is documented since the initial support of this action). Please adjust / correct the test specification.
Changed lowercase letters used as parameters in all base key specifications into uppercase letters.
Problem did not occur anymore after changing lowercase letters to uppercase letters.