close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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",

"y2006m06d11", "All", "1#2#3#4", "1", "1");

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 danirus

Status: newassigned

comment:2 Changed 19 years ago by danirus

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

comment:3 Changed 19 years ago by imendez

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 danirus

Resolution: fixed
Status: assignedclosed

After 15 days without notice, it seems to be working good.

comment:5 Changed 19 years ago by danirus

* Bug 403 has been marked as a duplicate of this bug. *

comment:6 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000404
Note: See TracTickets for help on using tickets.