Ticket #1397 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

regress test uninstall scripts

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: build/upgrade/install Version: trunk
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

Changed 17 months ago by strk

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.

Changed 17 months ago by strk

  • status changed from new to assigned

Changed 17 months ago by strk

Completed with r8506.

Changed 17 months ago by strk

  • status changed from assigned to closed
  • resolution set to fixed

Changed 17 months ago by strk

  • status changed from closed to reopened
  • resolution fixed deleted

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

Changed 17 months ago by strk

  • status changed from reopened to closed
  • resolution set to fixed

re-fixed with r8507

Note: See TracTickets for help on using tickets.