[postgis-devel] [PostGIS] #1707: Regress on topology running make check - r9529
PostGIS
trac at osgeo.org
Fri Mar 23 16:44:23 PDT 2012
#1707: Regress on topology running make check - r9529
----------------------+-----------------------------------------------------
Reporter: sindile | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by strk):
First test is surprising (legacy_validate_expected):
{{{
+ERROR: function createtopology(unknown) does not exist at character 8
}}}
But regress.log says topology is added:
{{{
CREATE FUNCTION
addtosearchpath
---------------------------------------------------------
topology has been added to end of database search_path
(1 row)
SET
COMMENT
}}}
@sindle : could you try this:
{{{
cd topology/test
../../regress/run_test --topology --nodrop -v regress/legacy_validate.sql
psql postgis_reg
> show search_path;
> select createtopology('tt1');
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1707#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list