24 Commits

Author SHA1 Message Date
timlinux
2e87442e27 Added missing makefile.am
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5143 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-03 16:10:44 +00:00
timlinux
766a446ae5 Remove this inadvertantly added file
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-03 14:17:57 +00:00
timlinux
36cddfdd4f Further additions to unit test framework. Disabled in build system now pending resolution of compilation issues.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-03 13:31:35 +00:00
timlinux
8aa20316af Move existing unit tests into algorithms directory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5106 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-29 00:50:03 +00:00
mcoletti
ffb3bafc0e - by golly, someone moved QgsScaleCalculator units to QGis
- using the various *config utils generates -I strings that apparently flummox
  qmake; so now strip those out before appending the include strings generated
  from config script invocations

The test suite now runs again successfully.  Go me.  Or something.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3959 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-23 02:24:56 +00:00
mcoletti
c188184b84 Synched with latest snapshot of dependent object files. Also now depend on
qgis library.  Also use cppunit configure script for command line options.

Sadly, QgsProject seems to be broken, though that may have more to do with
local state of source than anything else.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3957 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-09-23 01:13:12 +00:00
mcoletti
bf23e14be9 - removed completed TODO items
- now catches expected exceptions for not finding map extents since there
  aren't going to be any in the test simulation


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3197 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-22 22:34:10 +00:00
mcoletti
daa40df02c Compensated for new binaries to link against, including sqlite3
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3191 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-21 21:41:33 +00:00
gsherman
86c976272f ** Merged Projections_Branch into HEAD
Problems:
      Polygon outlines are not drawn. This was checked twice and no cause
      was found.

      Projections do not work in all circumstances

      Note that both the proj4 library and sqlite3 are now required. The
      build system has not been modified to test for these yet.

      Qt 3.3.x is required to build this source tree.

      Make sure to increment the EXTRA_VERSION in configure.in when
      committing changes.

      Make sure to update the Changelog with each commit


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 07:04:07 +00:00
mcoletti
5ff0fb1b27 Added test for deep key name sequences.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2928 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-07 20:43:51 +00:00
mcoletti
cb1703a8c2 Synched with QgsProject changes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 23:34:36 +00:00
g_j_m
ef5ab08501 Added .cvsignore file to remove a cvs update 'unknown file' message
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2876 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-02-28 05:50:59 +00:00
mcoletti
9a2b5ee18c Added tests for subkeyList and entryList
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2866 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-02-24 18:27:09 +00:00
mcoletti
724ea26d11 Added tests for QgsProject::clearProperties()
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2677 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 23:09:32 +00:00
mcoletti
f1fabac53b Added tests for removeEntry()
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2676 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 23:07:31 +00:00
mcoletti
cd92b1a606 Now test that write entry members properly set dirty bit.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 22:03:37 +00:00
mcoletti
b3e3042c28 Now test reading and writing key entries.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2673 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 21:54:23 +00:00
mcoletti
c8afb2563f Now test for reading empty key entries correctly. Made member names more standards compliant.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2672 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 21:22:30 +00:00
mcoletti
fb996af3e4 Added two more tests. Fixed bug whereby Qgis include path was not set.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2671 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 21:00:11 +00:00
mcoletti
033357962f Added cppunit URL to README.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2670 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 20:52:26 +00:00
mcoletti
7c99e5a5b2 Initial commit of QgsProject test suite. Only two tests with this version.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2669 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-19 20:51:24 +00:00
gsherman
11281bcd6a Added cppunit url to readme
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2656 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-18 19:59:45 +00:00
gsherman
26fcd6215a Added more tests
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2637 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-16 00:11:43 +00:00
gsherman
efe3f3a6dd Test suite for projection related classes/functions. Requires cppunit to
run the tests. See the README in each directory for information on building
and running tests.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2632 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-01-15 18:19:27 +00:00