Opened 15 years ago

Closed 14 years ago

#240 closed task (fixed)

Move non-unit test programs out of tests/unit

Reported by: mloskot Owned by: mloskot
Priority: minor Milestone: 3.2.0
Component: Unit Tests Version: main
Severity: Content Keywords: tests, refactoring, check
Cc:

Description

The trunk/tests/unit is supposed to include only TUT-based test cases which are executed with single test runner geos_unit.

So, I'm going to move all non-TUT tests, like standalone programs in trunk/tests/unit/capi to other place and then to reorganize make check target so all available test programs are executed, not only geos_unit.

Folks, please keep the trunk/tests/unit module clean. This is supposed to be direct port (+ extensions) of JTS test suite.

Change History (9)

comment:1 by mloskot, 15 years ago

Status: newassigned

comment:2 by pramsey, 15 years ago

Milestone: 3.2.0

comment:3 by strk, 14 years ago

Mateusz, are you planning to complete this before end of the month ?

comment:4 by mloskot, 14 years ago

Owner: mloskot removed
Status: assignednew

Sandro, I'm sorry, I will not be able to take care of it. It used to be my idea. Feel free to close.

comment:5 by strk, 14 years ago

Milestone: 3.2.03.3.0

I'll milestone-shift (aka hide under the carpet)

comment:6 by mloskot, 14 years ago

Milestone: 3.3.03.2.0
Owner: set to mloskot
Status: newassigned

comment:7 by mloskot, 14 years ago

Fixed in trunk (r2805)

Sandro, I couldn't find if testrunner.sh is called by make check target, so I'm not sure if the custom three tests were being run automatically. Currently, they are only built, but not executed. Could you please verify if everything is OK as it was? I put TODO comment to Makefile.am files.

comment:8 by mloskot, 14 years ago

Updated configure.in script (r2806)

comment:9 by mloskot, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.