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 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1337 closed defect (fixed)

TOLBase hangs down when trying to Datch in NoDating TimeSet

Reported by: César Pérez Álvarez Owned by: Víctor de Buen Remiro
Priority: normal Milestone: Mantainance
Component: Kernel Version: 2.0.1
Severity: major Keywords:
Cc:

Description

When we try this code:

TimeSet t = SerTms(UnknownSerie);
Serie ser = DatCh(CalInd(C, Diario), t, FirstS);

TOLBase hangs down.
I understand that the result of ser must be UnknownSerie.

Change History (6)

comment:1 Changed 13 years ago by Víctor de Buen Remiro

(In [3835]) Refs #1337

comment:2 Changed 13 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

(In [3836]) Fixes #1337
SerTms methods must ensure that dating is not null before to use it to avoid invalid access.
When dating is null SerTms behaviour will be the same that empty TimeSet W

comment:3 Changed 13 years ago by Víctor de Buen Remiro

(In [3837]) Fixes #1337 in 2.0.1
SerTms methods must ensure that dating is not null before to use it to avoid invalid access.
When dating is null SerTms behaviour will be the same that empty TimeSet W

comment:4 Changed 13 years ago by Víctor de Buen Remiro

(In [3838]) Setting VERSION_BUILD "10"
Refs #1337

comment:5 Changed 13 years ago by Víctor de Buen Remiro

(In [3839]) Setting VERSION_BUILD "0.19.alpha"
Refs #1337

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

(In [4088]) refs #1337
upgrading test

Note: See TracTickets for help on using tickets.