Opened 10 years ago

Closed 9 years ago

#2817 closed task (fixed)

Automated tests for address_standardizer

Reported by: robe Owned by: woobri
Priority: medium Milestone: PostGIS 2.2.0
Component: pagc_address_parser Version: master
Keywords: Cc:

Description

These will leverage the run_test.pl we already have in place for other tests.

Change History (1)

comment:1 by robe, 9 years ago

Resolution: fixed
Status: newclosed

I did this a couple of days go, but leverage the postgresql installcheck machinery. It was much easier to do that than try to push it into runtest which tries to install postgis etc, that address_standardizer doesn't require.

So to test you need to for now

cd extensions/address_standardizer
make installcheck

Have this documented as well

Note: See TracTickets for help on using tickets.