#196 closed defect (fixed)
Y(), M() and M() do not work properly
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | TimeSetAlgebra | Version: | head |
Severity: | major | Keywords: | |
Cc: |
Description
If we declare:
TimeSet a = D(89);
And compile it, we obtain a TimeSet and no errors happens. But if we try to view it
TOLBase breaks down.
The same thing happens with Y() and M() and if we use negative numbers or
decimals.
Change History (3)
comment:1 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Bug has been fixed in CVS
A warning will be sent and the empty TimeSet will be returned.
Warning: [1] Argumento erróneo al crear una variable TimeSet: D(89).
Objeto creado como W (el TimeSet vacío)
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000196 |
---|
Note: See
TracTickets for help on using
tickets.
Thanks to report it