[ZBX-1166] 'ignore case' option switched in "result is true" regexp Created: 2009 Nov 02 Updated: 2017 May 30 Resolved: 2009 Nov 09 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 1.9.0 (alpha) |
Fix Version/s: | 1.9.0 (alpha) |
Type: | Incident report | Priority: | Major |
Reporter: | richlv | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
rev 8156 |
Description |
create regexp. test string : A this evaluates to "TRUE". marking "ignore case" evaluates to "FALSE". expected result is the other way around. |
Comments |
Comment by richlv [ 2009 Nov 02 ] |
possibly "result is false" has the same problem, but weird logic could be masking that another problem (so that it is not forgotten) : |
Comment by Alexey Fukalov [ 2009 Nov 09 ] |
fixed in trunk 8232 |
Comment by richlv [ 2009 Nov 09 ] |
seems to be fixed in r8232 |