| Summary: | It is not possible to delete parameter values | ||
|---|---|---|---|
| Product: | [Technology] Jubula | Reporter: | Tim Winselmann <tim.winselmann> |
| Component: | Core | Assignee: | Zeb Ford-Reitz <zeb.ford-reitz> |
| Status: | CLOSED FIXED | QA Contact: | Tim Winselmann <tim.winselmann> |
| Severity: | critical | ||
| Priority: | P2 | CC: | Achim.Loerke |
| Version: | unspecified | ||
| Target Milestone: | 1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Winselmann
The Parser throws an org.eclipse.jubula.client.core.gen.parser.parameter.parser.ParserException: [1,1] expecting: ''', '=', escaped symbol, '$', alphanumeric, char when parsing an empty String in GuiParamValueConvert.createTokens() This turned out to be a compound problem. http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=9451acc494c7e7fb58b2f488f06793645c2ff338 corrected the problem mentioned in https://bugs.eclipse.org/bugs/show_bug.cgi?id=336695#c1, but the overall behavior remained unchanged. http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=bb17fedcbd60fb172981ac3d1fd88277484e8943 seems to have resolved the problem. It is now possible to delete parameter values from a parameter with and without a validation. |