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

Closed 21 years ago

Last modified 18 years ago

#58 closed defect (fixed)

BSIFile doesn´t create the associated BSDFile

Reported by: sdelfresno Owned by: danirus
Priority: normal Milestone:
Component: SetAlgebra Version: head
Severity: normal Keywords:
Cc:

Description

To check the error, please compile the next example:

Serie Ser01 = Gaussian(110, 10, D(1));
Serie Ser02 = Gaussian(110, 10, D(1));

Set BSIFile(SetOfSerie(Ser01, Ser02), "kk.bsi");

ERROR: No se pudo abrir para escritura el fichero BSD \/kk.bsd

As you can see, if you don´t especify the complete path, BSIFile doesn´t create
the associated BSDFile. However, if you especify the complete path, then BSIFile
creates the associated BSDFile. This bug is only found in CVS versions but not in
the 20040318 version.

Change History (3)

comment:1 Changed 21 years ago by danirus

Priority: highestnormal
Severity: criticalnormal
Status: newassigned

comment:2 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

A solution of this bug has been deployed in Tol CVS.
The problem was related with GetFilePath() BDir function, and Copy() BText method.


comment:3 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_000058
Note: See TracTickets for help on using tickets.