#271: standardise database and index clearing in tests.
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
In the test suite we currently have a mishmash of ways to clean up and
recreate the db and indexes between test files.
the attached patch adds refresh_db to Openguides::Test and then uses it
through out the test suite.
the patch also adds use strict to some test files which were missing it.
Also fixes a warning for test 87.
--
Ticket URL: <http://dev.openguides.org/ticket/271>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#193: erroneous data on node doesnt exist page
------------------------+---------------------------------------------------
Reporter: bob | Owner: kake
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
if you go to a non existent node you see revision and last edited data .
you probably shouldnt
--
Ticket URL: <http://dev.openguides.org/ticket/193>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#268: POD errors
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
According to the Debian lintian tool the following files end up with pod
errors:
{{{
W: openguides: manpage-has-errors-from-pod2man
usr/share/man/man3/OpenGuides::Feed.3pm.gz:280
W: openguides: manpage-has-errors-from-pod2man
usr/share/man/man3/OpenGuides::JSON.3pm.gz:278
W: openguides: manpage-has-errors-from-pod2man
usr/share/man/man3/OpenGuides::RDF.3pm.gz:233
W: openguides: manpage-has-errors-from-pod2man
usr/share/man/man3/OpenGuides::Template.3pm.gz:287
W: openguides: manpage-has-errors-from-pod2man
usr/share/man/man3/OpenGuides::Test.3pm.gz:252
}}}
Add a pod test to the test suite and fix problems.
--
Ticket URL: <http://dev.openguides.org/ticket/268>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#266: Using URI::Find rather than Data::Validate::URI
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: minor | Keywords:
------------------------+---------------------------------------------------
{{{
13:53 <@Kake> Could we not use URI::Find (which is already in our prereqs
via the Usemod formatter) instead of Data::Validate::URI?
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/266>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#267: previous search result link broken
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
previous search result link is broken on search results page. It only
passes the search term and next number. When it should pass geodata as
well.
patch attached. tested on rgl
--
Ticket URL: <http://dev.openguides.org/ticket/267>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project