#279 closed defect (fixed)
Tests have hardwired directory
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| 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 , 21 years ago
| Status: | new → assigned |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 21 years ago
| Keywords: | VERIFIED added |
|---|
comment:4 by , 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.

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