IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#279 closed defect (fixed)

Tests have hardwired directory

Reported by: Paul Price Owned by: robert.desonia@…
Priority: high Milestone:
Component: astro Version: 0.4.0
Severity: normal Keywords:
Cc: dgm@…

Description

Configuration files test.psTime.config[23] in the testbin/ directory (used for
tst_psTime_04) contain hardwired directories:

psLib.time.tables.dir STR /home/desonia/psLib/data

# Directory for time tables

This prevents the successful execution of a FullUnitTest.

Running the tests from the test/ directory does not produce the same problem.

Change History (4)

comment:1 by robert.desonia@…, 21 years ago

Status: newassigned

comment:2 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: assignedclosed

Looks like an error in the Makefile that slipped through. If one ran
FullUnitTest in the test directory before doing a 'make install', the file got
modified correctly according the installation destination, but if a 'make
install' was done directly, it failed.

I modified the Makefile in test/astronomy to do the proper thing and tagged
things as 'rel4_1'. The following should get rel4 with this fix.

cvs co -r rel4_1 psLib

comment:3 by Paul Price, 21 years ago

Keywords: VERIFIED added

comment:4 by robert.desonia@…, 21 years ago

Keywords: VERIFIED removed

fixed has been verified and released via rel4_1 of psLib, therefore, this issue
is closed.

Note: See TracTickets for help on using tickets.