#401 closed defect (fixed)
fail in IncludeBST with 10 fields or more
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Create a bst file "dates.bst" with :
FechSt;iniEstDia;finEstDia;iniPrevDia;finPrevDia;iniEstMen;finEstMen;iniPrevMen;finPrevMen;iniEstPlan;finEstPlan;iniPrevPlan;finPrevPlan;
;y2004m01d01;y2006m05d18;y2006m05d19;y2006m12d31;y2004m01d01;y2006m04d01;y2006m05d01;y2006m12d01;y2004m01d01;y2006m05d01;y2006m06d01;y2006m12d01;
Create a tol file "test.tol" with:
Struct FechSt
{
Date iniEstDia,
Date finEstDia,
Date iniPrevDia,
Date finPrevDia,
Date iniEstMen,
Date finEstMen,
Date iniPrevMen,
Date finPrevMen,
Date iniEstPlan,
Date finEstPlan,
Date iniPrevPlan,
Date finPrevPlan
};
Set Include("dates.bst");
Include "test.tol" , then IncludeBST will complain.
Change History (3)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000401 |
---|
fixed!