[postgis-devel] postgis-0.9.2 regress

strk at refractions.net strk at refractions.net
Thu Nov 24 05:26:50 PST 2005


On Thu, Nov 24, 2005 at 05:17:09AM +0200, alex bodnaru wrote:
> hi strk,
> 
> as promised, i'm trying to backport the postgis-1.0.4 test suite to
> postgis-0.9.2.
> 
> could you please point me to a list of functions and datatypes that
> should work in one of the versions only, or should i lower annalyze
> (lw)postgis.sql?

In the head branch I made a simple ./run_test <test> script
which feeds the <test>.sql to backend and diffs against <test>_expected.

I suggest you take that one into 0.9 and use the tests already
there. You'll likely need to add database cleanup at the bottom
of a couple of tests (they create tables, so they need to drop them).

--strk;



More information about the postgis-devel mailing list