#404 closed defect (fixed)
confusion with the quotes when a Set contains comments
Reported by: | imendez | Owned by: | danirus |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | major | Keywords: | |
Cc: | Alfredo Torre |
Description
Hi, when a Set contains commented texts, the Text type elements have a wrong
double quote at the end of the text. In the next example, 'ParamEdi' is "All""
and ParamFecIni is "y2006m05d01"":
Set Param = SetOfAnything("GaliciaDeCine", Promocion
"All", Ediciones
"y2006m05d01", Fecha Inicial
"y2006m06d11", Fecha Final
"All", Dia de la semana
"1#2#3#4", Campos a visualizar
"1", Agregacion por fechas
"1" Agregacion por ediciones
);
Set Param2 = SetOfAnything("GaliciaDeCine", "All", "y2006m05d01",
Text ParamEdi = Param[2];
Real Igual_Bien = ParamEdi == "All";
Real Igual_Mal = ParamEdi == "All\"";
Text ParamFecIni = Param[3];
Date FecIniTxt = Eval(ParamFecIni);
Regards.
Change History (6)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by
comment:3 Changed 19 years ago by
Hi, I've checked this code and it works right.
I'm checking Bug 403, I expect to report my feelings today.
Regards.
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
After 15 days without notice, it seems to be working good.
comment:6 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000404 |
---|
Hi Iván,
We have just commited the solution for this bug.
As soon as was able tomorrow the Nightly-Built version, please check the code
you have reported and tell us something here to close the Bug. You could also
try again the Bug 403. It's quite close to this one, and it could be the same.
Cheers