Opened 13 years ago
Closed 13 years ago
#1397 closed defect (fixed)
regress test uninstall scripts
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
1) Install of postgis without any adding of postgis specific user objects (e.g geometry tables, raster tables)
when you uninstall should result in database with same number of functions, operators, casts, etc as what you had before postgis install
2) Uninstall on a postgis enabled database that has postgis specific user data (e.g. geometry tables / raster tables / user views using postgis etc.) should fail.
Change History (6)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Status: | new → assigned |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
No wonder the count succeeded so easly.. it was counting objects from _another_ db...
Note:
See TracTickets
for help on using tickets.
I'd made this kind of testing part of run_test, which would then run 3 times: 1 with postgis only, 2 with postgis and raster and 3 with postgis and topology.