Opened 9 years ago
Closed 8 years ago
#1080 closed defect (fixed)
WCPS parser ignores error case when encode coverage regularly
Reported by: | Bang Pham Huu | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | minor | Milestone: | 9.3 |
Component: | petascope | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
It ignore the error case (add multiple words behind "png" as you want) and return an coverage as normally. It should throw an exception that query is not valid.
image>>for c in ( mean_summer_airtemp ) return encode(c, "png", 34234, 87686723432468)
Change History (2)
comment:1 by , 9 years ago
Priority: | major → minor |
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Milestone: | 9.2 → 9.3 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
When it is added random, unexpected characters, WCPS 1.5 parsers will throw exception, close ticket.