Opened 12 years ago

Closed 12 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 strk, 12 years ago

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.

comment:2 by strk, 12 years ago

Status: newassigned

comment:3 by strk, 12 years ago

Completed with r8506.

comment:4 by strk, 12 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by strk, 12 years ago

Resolution: fixed
Status: closedreopened

No wonder the count succeeded so easly.. it was counting objects from _another_ db…

comment:6 by strk, 12 years ago

Resolution: fixed
Status: reopenedclosed

re-fixed with r8507

Note: See TracTickets for help on using tickets.