Start testing: Jan 31 16:23 CET ---------------------------------------------------------- 1/20 Testing: qgis_applicationtest 1/20 Test: qgis_applicationtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_applicationtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_applicationtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsApplication ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsApplication::initTestCase() Running from build directory! QDEBUG : TestQgsApplication::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsApplication::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsApplication::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : TestQgsApplication::initTestCase() Application state: Prefix: Plugin Path: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/../lib64/qgis Package Data Path: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 Active Theme Name: Active Theme Path: :/images/themes// Default Theme Path: :/images/themes/default/ SVG Search Paths: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/images/svg/ /var/tmp/portage/sci-geosciences/qgis-1.8.0/homedir/.qgis//svg/ User DB Path: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/resources/qgis.db PASS : TestQgsApplication::initTestCase() QDEBUG : TestQgsApplication::checkPaths() Checking authors file exists: QDEBUG : TestQgsApplication::checkPaths() /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/doc/AUTHORS PASS : TestQgsApplication::checkPaths() PASS : TestQgsApplication::checkGdalSkip() PASS : TestQgsApplication::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsApplication ********* Test time = 0.15 sec ---------------------------------------------------------- Test Passed. "qgis_applicationtest" end time: Jan 31 16:23 CET "qgis_applicationtest" time elapsed: 00:00:00 ---------------------------------------------------------- 2/20 Testing: qgis_expressiontest 2/20 Test: qgis_expressiontest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_expressiontest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_expressiontest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsExpression ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : TestQgsExpression::initTestCase() QDEBUG : TestQgsExpression::parsing(empty string) Parser error: "syntax error, unexpected $end" QDEBUG : TestQgsExpression::parsing(invalid character) Parser error: "syntax error, unexpected Unknown_CHARACTER" QDEBUG : TestQgsExpression::parsing(invalid column reference) Parser error: "syntax error, unexpected COLUMN_REF, expecting $end" QDEBUG : TestQgsExpression::parsing(invalid binary operator) Parser error: "syntax error, unexpected $end" QDEBUG : TestQgsExpression::parsing(invalid function no params) Parser error: "syntax error, unexpected $end, expecting '('" QDEBUG : TestQgsExpression::parsing(invalid function not known) Parser error: "syntax error, unexpected '(', expecting $end" QDEBUG : TestQgsExpression::parsing(invalid operator IN) Parser error: "syntax error, unexpected COLUMN_REF, expecting '('" QDEBUG : TestQgsExpression::parsing(empty node list) Parser error: "syntax error, unexpected ')'" QDEBUG : TestQgsExpression::parsing(invalid sqrt params) Parser error: "Function is called with wrong number of arguments" QDEBUG : TestQgsExpression::parsing(special column as function) Parser error: "syntax error, unexpected '(', expecting $end" QDEBUG : TestQgsExpression::parsing(unknown special column) Parser error: "Special column is not known" QDEBUG : TestQgsExpression::parsing(null) Parsed string: "NULL" QDEBUG : TestQgsExpression::parsing(int literal) Parsed string: "1" QDEBUG : TestQgsExpression::parsing(float literal) Parsed string: "1.23" QDEBUG : TestQgsExpression::parsing(string literal) Parsed string: "'test'" QDEBUG : TestQgsExpression::parsing(column reference) Parsed string: "my_col" QDEBUG : TestQgsExpression::parsing(quoted column) Parsed string: "my col" QDEBUG : TestQgsExpression::parsing(unary minus) Parsed string: "- - 3" QDEBUG : TestQgsExpression::parsing(function) Parsed string: "cos(0)" QDEBUG : TestQgsExpression::parsing(function2) Parsed string: "atan2(0, 1)" QDEBUG : TestQgsExpression::parsing(operator IN) Parsed string: "x IN (a, b)" QDEBUG : TestQgsExpression::parsing(pow) Parsed string: "2 ^ 8" QDEBUG : TestQgsExpression::parsing($id) Parsed string: "$id + 1" QDEBUG : TestQgsExpression::parsing(arithmetics) Parsed string: "1 + 2 * 3" QDEBUG : TestQgsExpression::parsing(logic) Parsed string: "be OR NOT be" QDEBUG : TestQgsExpression::parsing(conditions +1) Parsed string: "CONDITION: - WHEN x THEN y " QDEBUG : TestQgsExpression::parsing(conditions +2) Parsed string: "CONDITION: - WHEN x THEN y - ELSE z" QDEBUG : TestQgsExpression::parsing(conditions +3) Parsed string: "CONDITION: - WHEN x THEN y - WHEN a THEN b " QDEBUG : TestQgsExpression::parsing(conditions +4) Parsed string: "CONDITION: - WHEN x THEN y - WHEN a THEN b - ELSE z" QDEBUG : TestQgsExpression::parsing(conditions -1) Parser error: "syntax error, unexpected END, expecting WHEN" QDEBUG : TestQgsExpression::parsing(conditions -2) Parser error: "syntax error, unexpected WHEN" QDEBUG : TestQgsExpression::parsing(conditions -3) Parser error: "syntax error, unexpected $end, expecting WHEN" QDEBUG : TestQgsExpression::parsing(conditions -4) Parser error: "syntax error, unexpected COLUMN_REF" QDEBUG : TestQgsExpression::parsing(conditions -5) Parser error: "syntax error, unexpected COLUMN_REF, expecting WHEN" PASS : TestQgsExpression::parsing() QDEBUG : TestQgsExpression::parsing_with_locale() Old locale: en_GB.UTF-8 QDEBUG : TestQgsExpression::parsing_with_locale() New locale: en_GB.UTF-8 PASS : TestQgsExpression::parsing_with_locale() QDEBUG : TestQgsExpression::evaluation(unary minus text) "Unary minus only for numeric values." QDEBUG : TestQgsExpression::evaluation(unary minus null) "Unary minus only for numeric values." QDEBUG : TestQgsExpression::evaluation(plus invalid) "Cannot convert 'foo' to double" QDEBUG : TestQgsExpression::evaluation(invalid and) "Cannot convert 'foo' to boolean" QDEBUG : TestQgsExpression::evaluation(invalid or) "Cannot convert 'foo' to boolean" QDEBUG : TestQgsExpression::evaluation(invalid not) "Cannot convert 'foo' to boolean" QDEBUG : TestQgsExpression::evaluation(invalid sqrt value) "Cannot convert 'a' to double" QDEBUG : TestQgsExpression::evaluation(regexp_replace invalid) "Invalid regular expression '[[[': unexpected end" PASS : TestQgsExpression::evaluation() PASS : TestQgsExpression::eval_columns() PASS : TestQgsExpression::eval_rownum() PASS : TestQgsExpression::eval_feature_id() PASS : TestQgsExpression::referenced_columns() PASS : TestQgsExpression::needs_geometry() PASS : TestQgsExpression::eval_geometry() PASS : TestQgsExpression::eval_geometry_calc() PASS : TestQgsExpression::cleanupTestCase() Totals: 12 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsExpression ********* Test time = 0.10 sec ---------------------------------------------------------- Test Passed. "qgis_expressiontest" end time: Jan 31 16:23 CET "qgis_expressiontest" time elapsed: 00:00:00 ---------------------------------------------------------- 3/20 Testing: qgis_filewritertest 3/20 Test: qgis_filewritertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_filewritertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_filewritertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsVectorFileWriter ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsVectorFileWriter::initTestCase() ************** Note: if you get a message like ERROR 1: /tmp/testpt.shp is not a directory. It is caused by the /tmp/testshp.* files already existing (the ERROR comes from OGR and is not very intuitive) ****************** QDEBUG : TestQgsVectorFileWriter::initTestCase() Running from build directory! QDEBUG : TestQgsVectorFileWriter::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsVectorFileWriter::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsVectorFileWriter::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsVectorFileWriter::initTestCase() PASS : TestQgsVectorFileWriter::createPoint() PASS : TestQgsVectorFileWriter::createLine() PASS : TestQgsVectorFileWriter::createPolygon() PASS : TestQgsVectorFileWriter::polygonGridTest() PASS : TestQgsVectorFileWriter::projectedPlygonGridTest() PASS : TestQgsVectorFileWriter::cleanupTestCase() Totals: 7 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsVectorFileWriter ********* Test time = 0.17 sec ---------------------------------------------------------- Test Passed. "qgis_filewritertest" end time: Jan 31 16:23 CET "qgis_filewritertest" time elapsed: 00:00:00 ---------------------------------------------------------- 4/20 Testing: qgis_regression992 4/20 Test: qgis_regression992 Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_regression992" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_regression992" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of Regression992 ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : Regression992::initTestCase() Running from build directory! QDEBUG : Regression992::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : Regression992::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : Regression992::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : Regression992::initTestCase() "JP2OpenJPEG
JPEG-2000 driver based on OpenJPEG library

Dataset Description

/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/rgbwcmyk01_YeGeo.jp2

TIFFTAG_RESOLUTIONUNIT=3 (pixels/cm)

TIFFTAG_XRESOLUTION=39.3707

TIFFTAG_YRESOLUTION=39.3707

Band 1

Band 2

Band 3

Dimensions:

X: 800 Y: 100 Bands: 3

X : 400,Y 50

X : 200,Y 25

Origin:

270000,4.3365e+06

Pixel Size:

240,-240

" PASS : Regression992::initTestCase() QDEBUG : Regression992::regression992() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/regression992_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_rgbwcmyk01_YeGeo.jp2/expected_rgbwcmyk01_YeGeo.jp2.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//regression992_result_diff.png" QDEBUG : Regression992::regression992() Expected size: 200w x 200h QDEBUG : Regression992::regression992() Actual size: 200w x 200h QDEBUG : Regression992::regression992() 275/40000 pixels mismatched QDEBUG : Regression992::regression992() "275/40000" QDEBUG : Regression992::regression992() "Checking if anomaly expected_rgbwcmyk01_YeGeo.jp2.png (hash a9d2078448c3f69d86e36a0105cc706e) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//regression992_result_diff.png (hash 4f2f51d6afdac238064dcae7bab901f4)" QDEBUG : Regression992::regression992() "Checking if anomaly windows_rgbwcmyk01_YeGeo_anomaly.png (hash 4089ac8d5bc1fab4aa3c15fd5441c008) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//regression992_result_diff.png (hash 4f2f51d6afdac238064dcae7bab901f4)" QDEBUG : Regression992::regression992() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//regression992_result_diff.png../tests/testdata/control_images/regression992/.png" PASS : Regression992::regression992() PASS : Regression992::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of Regression992 ********* Test time = 0.21 sec ---------------------------------------------------------- Test Passed. "qgis_regression992" end time: Jan 31 16:23 CET "qgis_regression992" time elapsed: 00:00:00 ---------------------------------------------------------- 5/20 Testing: qgis_regression1141 5/20 Test: qgis_regression1141 Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_regression1141" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_regression1141" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of Regression1141 ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : Regression1141::initTestCase() Running from build directory! QDEBUG : Regression1141::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : Regression1141::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : Regression1141::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : Regression1141::initTestCase() QDEBUG : Regression1141::diacriticalTest() Checking test dataset exists... /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/????????????????.shp QDEBUG : Regression1141::diacriticalTest() Creating test dataset: PASS : Regression1141::diacriticalTest() PASS : Regression1141::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of Regression1141 ********* Test time = 0.14 sec ---------------------------------------------------------- Test Passed. "qgis_regression1141" end time: Jan 31 16:23 CET "qgis_regression1141" time elapsed: 00:00:00 ---------------------------------------------------------- 6/20 Testing: qgis_rasterlayertest 6/20 Test: qgis_rasterlayertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_rasterlayertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_rasterlayertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsRasterLayer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsRasterLayer::initTestCase() Running from build directory! QDEBUG : TestQgsRasterLayer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsRasterLayer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsRasterLayer::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : TestQgsRasterLayer::initTestCase() tenbyteraster metadata: "AAIGrid
Arc/Info ASCII Grid

Dataset Description

/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/tenbytenraster.asc

AREA_OR_POINT=Point

Band 1

STATISTICS_MAXIMUM=9

STATISTICS_MEAN=4.5

STATISTICS_MINIMUM=0

STATISTICS_STDDEV=2.872281323269

Dimensions:

X: 10 Y: 10 Bands: 1

Origin:

1.53538e+06,5.08336e+06

Pixel Size:

10,-10

" QDEBUG : TestQgsRasterLayer::initTestCase() landsat metadata: "GTiff
GeoTIFF

Dataset Description

/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/landsat.tif

AREA_OR_POINT=Area

Band 1

STATISTICS_MAXIMUM=130

STATISTICS_MEAN=126.001725

STATISTICS_MINIMUM=122

STATISTICS_STDDEV=1.1294343825018

Band 2

STATISTICS_MAXIMUM=148

STATISTICS_MEAN=140.388625

STATISTICS_MINIMUM=133

STATISTICS_STDDEV=1.8804376111365

Band 3

STATISTICS_MAXIMUM=172

STATISTICS_MEAN=111.602125

STATISTICS_MINIMUM=51

STATISTICS_STDDEV=7.6436882775512

Band 4

STATISTICS_MAXIMUM=105

STATISTICS_MEAN=75.515425

STATISTICS_MINIMUM=58

STATISTICS_STDDEV=3.6036803506104

Band 5

STATISTICS_MAXIMUM=123

STATISTICS_MEAN=89.83205

STATISTICS_MINIMUM=61

STATISTICS_STDDEV=4.7830003969789

Band 6

STATISTICS_MAXIMUM=186

STATISTICS_MEAN=129.161825

STATISTICS_MINIMUM=78

STATISTICS_STDDEV=7.2030887589545

Band 7

STATISTICS_MAXIMUM=232

STATISTICS_MEAN=161.523

STATISTICS_MINIMUM=92

STATISTICS_STDDEV=9.0533955508417

Band 8

STATISTICS_MAXIMUM=255

STATISTICS_MEAN=212.86295

STATISTICS_MINIMUM=122

STATISTICS_STDDEV=10.068851339527

Band 9

STATISTICS_MAXIMUM=252

STATISTICS_MEAN=169.351675

STATISTICS_MINIMUM=98

STATISTICS_STDDEV=8.2822852941912

Dimensions:

X: 200 Y: 200 Bands: 9

Origin:

781662,3.35092e+06

Pixel Size:

57,-57

" PASS : TestQgsRasterLayer::initTestCase() QDEBUG : TestQgsRasterLayer::isValid() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/raster_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_raster/expected_raster.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_result_diff.png" QDEBUG : TestQgsRasterLayer::isValid() Expected size: 100w x 100h QDEBUG : TestQgsRasterLayer::isValid() Actual size: 100w x 100h QDEBUG : TestQgsRasterLayer::isValid() 0/10000 pixels mismatched QDEBUG : TestQgsRasterLayer::isValid() "0/10000" QDEBUG : TestQgsRasterLayer::isValid() "Checking if anomaly expected_raster.png (hash e4e58191d2d007f44baef9d48376d9f1) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_result_diff.png (hash 62061ba24eccb53de24014f2b71156ab)" QDEBUG : TestQgsRasterLayer::isValid() "Checking if anomaly expected_raster.png.aux.xml (hash d41d8cd98f00b204e9800998ecf8427e) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_result_diff.png (hash 62061ba24eccb53de24014f2b71156ab)" QDEBUG : TestQgsRasterLayer::isValid() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_result_diff.png../tests/testdata/control_images/raster/.png" PASS : TestQgsRasterLayer::isValid() QDEBUG : TestQgsRasterLayer::pseudoColor() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/raster_pseudo_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_raster_pseudo/expected_raster_pseudo.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_pseudo_result_diff.png" QDEBUG : TestQgsRasterLayer::pseudoColor() Expected size: 100w x 100h QDEBUG : TestQgsRasterLayer::pseudoColor() Actual size: 100w x 100h QDEBUG : TestQgsRasterLayer::pseudoColor() 0/10000 pixels mismatched QDEBUG : TestQgsRasterLayer::pseudoColor() "0/10000" QDEBUG : TestQgsRasterLayer::pseudoColor() "Checking if anomaly expected_raster_pseudo.png (hash 97a804ce02929eee2897aa99f5c76bfa) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_pseudo_result_diff.png (hash 62061ba24eccb53de24014f2b71156ab)" QDEBUG : TestQgsRasterLayer::pseudoColor() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//raster_pseudo_result_diff.png../tests/testdata/control_images/raster_pseudo/.png" PASS : TestQgsRasterLayer::pseudoColor() QDEBUG : TestQgsRasterLayer::landsatBasic() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/landsat_basic_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_landsat_basic/expected_landsat_basic.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_basic_result_diff.png" QDEBUG : TestQgsRasterLayer::landsatBasic() Expected size: 200w x 200h QDEBUG : TestQgsRasterLayer::landsatBasic() Actual size: 200w x 200h QDEBUG : TestQgsRasterLayer::landsatBasic() 0/40000 pixels mismatched QDEBUG : TestQgsRasterLayer::landsatBasic() "0/40000" QDEBUG : TestQgsRasterLayer::landsatBasic() "Checking if anomaly expected_landsat_basic.png (hash f28a8ec56a825b039aa834c777bb00e3) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_basic_result_diff.png (hash 7092f2f646a79127256d31c91013e398)" QDEBUG : TestQgsRasterLayer::landsatBasic() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_basic_result_diff.png../tests/testdata/control_images/landsat_basic/.png" PASS : TestQgsRasterLayer::landsatBasic() QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/landsat_875_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_landsat_875/expected_landsat_875.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_875_result_diff.png" QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() Expected size: 120w x 120h QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() Actual size: 120w x 120h QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() 0/14400 pixels mismatched QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() "0/14400" QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() "Checking if anomaly expected_landsat_875.png (hash e2c2f71471d5f9badd9afd2648090263) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_875_result_diff.png (hash daf02a8c7bbd92a917cf862ffc04f905)" QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() "Checking if anomaly windows_landsat875_anomaly.png (hash fe6b5f0722da71aedf9423636d2a7fcf) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_875_result_diff.png (hash daf02a8c7bbd92a917cf862ffc04f905)" QDEBUG : TestQgsRasterLayer::landsatBasic875Qml() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//landsat_875_result_diff.png../tests/testdata/control_images/landsat_875/.png" PASS : TestQgsRasterLayer::landsatBasic875Qml() PASS : TestQgsRasterLayer::checkDimensions() PASS : TestQgsRasterLayer::checkStats() QDEBUG : TestQgsRasterLayer::buildExternalOverviews() PASS : TestQgsRasterLayer::buildExternalOverviews() PASS : TestQgsRasterLayer::registry() PASS : TestQgsRasterLayer::cleanupTestCase() Totals: 10 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsRasterLayer ********* Test time = 0.31 sec ---------------------------------------------------------- Test Passed. "qgis_rasterlayertest" end time: Jan 31 16:23 CET "qgis_rasterlayertest" time elapsed: 00:00:00 ---------------------------------------------------------- 7/20 Testing: qgis_contrastenhancementtest 7/20 Test: qgis_contrastenhancementtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_contrastenhancementtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_contrastenhancementtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestContrastEnhancements ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : TestContrastEnhancements::initTestCase() PASS : TestContrastEnhancements::clipMinMaxEnhancementTest() PASS : TestContrastEnhancements::linearMinMaxEnhancementWithClipTest() PASS : TestContrastEnhancements::linearMinMaxEnhancementTest() PASS : TestContrastEnhancements::cleanupTestCase() Totals: 5 passed, 0 failed, 0 skipped ********* Finished testing of TestContrastEnhancements ********* Test time = 0.09 sec ---------------------------------------------------------- Test Passed. "qgis_contrastenhancementtest" end time: Jan 31 16:23 CET "qgis_contrastenhancementtest" time elapsed: 00:00:00 ---------------------------------------------------------- 8/20 Testing: qgis_maplayertest 8/20 Test: qgis_maplayertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_maplayertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_maplayertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsMapLayer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsMapLayer::initTestCase() Running from build directory! QDEBUG : TestQgsMapLayer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsMapLayer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsMapLayer::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsMapLayer::initTestCase() PASS : TestQgsMapLayer::isValid() PASS : TestQgsMapLayer::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsMapLayer ********* Test time = 0.14 sec ---------------------------------------------------------- Test Passed. "qgis_maplayertest" end time: Jan 31 16:23 CET "qgis_maplayertest" time elapsed: 00:00:00 ---------------------------------------------------------- 9/20 Testing: qgis_rendererstest 9/20 Test: qgis_rendererstest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_rendererstest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_rendererstest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsRenderers ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsRenderers::initTestCase() Running from build directory! QDEBUG : TestQgsRenderers::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsRenderers::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsRenderers::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsRenderers::initTestCase() QDEBUG : TestQgsRenderers::singleSymbol() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/single_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_single/expected_single.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png" QDEBUG : TestQgsRenderers::singleSymbol() Expected size: 400w x 400h QDEBUG : TestQgsRenderers::singleSymbol() Actual size: 400w x 400h QDEBUG : TestQgsRenderers::singleSymbol() 0/160000 pixels mismatched QDEBUG : TestQgsRenderers::singleSymbol() "0/160000" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly expected_single.png (hash 3b9779801bdb5c7749641132ae20e53b) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly nimbus-anomaly.png (hash d37b2df18352cd7da043ec96c54b98b6) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_i386_natty_single_anomaly.png (hash 5c51d34c19abf52efbc0f8dcd4acd6c7) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_i386_precise_single_anomaly.png (hash d37b2df18352cd7da043ec96c54b98b6) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_single_anomaly.png (hash 4d89d08fa41f56a6f6d0bef252f9927e) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly stingray_single_anomaly.png (hash 7b08850e8c327488d7e83863f1d23cbd) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly theodwyn-squeeze-amd64-single-anomaly.png (hash 8440be5a27fca7b12dca90c9fea5ead2) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly windows_single_anomaly.png (hash 4058d184805168c3ad77a9070bb111cc) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Checking if anomaly wssobarpa13532_single_anomaly.png (hash d5ae26991b35ce7e41007b61f07be1af) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png (hash e33e6054554ad090767e78a0c4eedc74)" QDEBUG : TestQgsRenderers::singleSymbol() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//single_result_diff.png../tests/testdata/control_images/single/.png" PASS : TestQgsRenderers::singleSymbol() QDEBUG : TestQgsRenderers::uniqueValue() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/uniquevalue_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_uniquevalue/expected_uniquevalue.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//uniquevalue_result_diff.png" QDEBUG : TestQgsRenderers::uniqueValue() Expected size: 400w x 400h QDEBUG : TestQgsRenderers::uniqueValue() Actual size: 400w x 400h QDEBUG : TestQgsRenderers::uniqueValue() 605/160000 pixels mismatched QDEBUG : TestQgsRenderers::uniqueValue() "605/160000" QDEBUG : TestQgsRenderers::uniqueValue() "Checking if anomaly expected_uniquevalue.png (hash b6c216b5b73141db1b2524f2f8dfe1d4) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//uniquevalue_result_diff.png (hash 8c9c1c5eaae2c45c425ac07c7a890e6f)" QDEBUG : TestQgsRenderers::uniqueValue() "Checking if anomaly qgis_osgeo_osuosl_org_i386_precise_unique_anomaly.png (hash 8c9c1c5eaae2c45c425ac07c7a890e6f) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//uniquevalue_result_diff.png (hash 8c9c1c5eaae2c45c425ac07c7a890e6f)" PASS : TestQgsRenderers::uniqueValue() QDEBUG : TestQgsRenderers::graduatedSymbol() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/graduated_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_graduated/expected_graduated.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png" QDEBUG : TestQgsRenderers::graduatedSymbol() Expected size: 400w x 400h QDEBUG : TestQgsRenderers::graduatedSymbol() Actual size: 400w x 400h QDEBUG : TestQgsRenderers::graduatedSymbol() 15/160000 pixels mismatched QDEBUG : TestQgsRenderers::graduatedSymbol() "15/160000" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly expected_graduated.png (hash bc66fc252ee9a84778b9323058d61e6e) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly nimbus_anomaly.png (hash 59508115ca83cb283616c0e563ea2cb3) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_graduated_anomaly.png (hash 1afe4d648bed7eb39b9ebaa92d9431f3) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_i386_natty_graduated_anomaly.png (hash 93054e9c61d0bcf5aa493a29a21bd363) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_i386_precise_graduated_anomaly.png (hash fc38ce5e2e3bfbd3bfc3192bcc3d23fa) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly stingray_graduated_anomaly.png (hash 0acf9e8a5280ee7517748ee9a70bd323) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly theodwyn-squeeze-amd64-graduated-anomaly.png (hash 1afe4d648bed7eb39b9ebaa92d9431f3) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" QDEBUG : TestQgsRenderers::graduatedSymbol() "Checking if anomaly tim_ubuntu_12.04.anomaly.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//graduated_result_diff.png (hash 9ebdd566fd2b4e7e61de4094e8c10ec0)" PASS : TestQgsRenderers::graduatedSymbol() QDEBUG : TestQgsRenderers::continuousSymbol() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/continuous_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_continuous/expected_continuous.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//continuous_result_diff.png" QDEBUG : TestQgsRenderers::continuousSymbol() Expected size: 400w x 400h QDEBUG : TestQgsRenderers::continuousSymbol() Actual size: 400w x 400h QDEBUG : TestQgsRenderers::continuousSymbol() 51/160000 pixels mismatched QDEBUG : TestQgsRenderers::continuousSymbol() "51/160000" QDEBUG : TestQgsRenderers::continuousSymbol() "Checking if anomaly expected_continuous.png (hash 96455e41f5697561f24c9c5de387276b) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//continuous_result_diff.png (hash cd09b30330270e223c41ce4408b8417e)" QDEBUG : TestQgsRenderers::continuousSymbol() "Checking if anomaly qgis_osgeo_osuosl_org_i386_precise_continuous_anomaly.png (hash cd09b30330270e223c41ce4408b8417e) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//continuous_result_diff.png (hash cd09b30330270e223c41ce4408b8417e)" PASS : TestQgsRenderers::continuousSymbol() PASS : TestQgsRenderers::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsRenderers ********* Test time = 0.92 sec ---------------------------------------------------------- Test Passed. "qgis_rendererstest" end time: Jan 31 16:23 CET "qgis_rendererstest" time elapsed: 00:00:00 ---------------------------------------------------------- 10/20 Testing: qgis_maprenderertest 10/20 Test: qgis_maprenderertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_maprenderertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_maprenderertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsMapRenderer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsMapRenderer::initTestCase() Running from build directory! QDEBUG : TestQgsMapRenderer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsMapRenderer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsMapRenderer::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : TestQgsMapRenderer::initTestCase() Checking test dataset exists... /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/maprender_testdata.shp QDEBUG : TestQgsMapRenderer::initTestCase() Creating test dataset: PASS : TestQgsMapRenderer::initTestCase() QDEBUG : TestQgsMapRenderer::performanceTest() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/maprender_result.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_maprender/expected_maprender.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//maprender_result_diff.png" QDEBUG : TestQgsMapRenderer::performanceTest() Expected size: 360w x 180h QDEBUG : TestQgsMapRenderer::performanceTest() Actual size: 360w x 180h QDEBUG : TestQgsMapRenderer::performanceTest() 0/64800 pixels mismatched QDEBUG : TestQgsMapRenderer::performanceTest() "0/64800" QDEBUG : TestQgsMapRenderer::performanceTest() "Checking if anomaly expected_maprender.png (hash b8e5c307f82ac63a86d444633615cfe8) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//maprender_result_diff.png (hash 643f0adf1b4324ec7c49ecb7b27cab69)" QDEBUG : TestQgsMapRenderer::performanceTest() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//maprender_result_diff.png../tests/testdata/control_images/maprender/.png" PASS : TestQgsMapRenderer::performanceTest() PASS : TestQgsMapRenderer::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsMapRenderer ********* Test time = 8.68 sec ---------------------------------------------------------- Test Passed. "qgis_maprenderertest" end time: Jan 31 16:23 CET "qgis_maprenderertest" time elapsed: 00:00:08 ---------------------------------------------------------- 11/20 Testing: qgis_geometrytest 11/20 Test: qgis_geometrytest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_geometrytest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_geometrytest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsGeometry ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsGeometry::initTestCase() Running from build directory! QDEBUG : TestQgsGeometry::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsGeometry::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsGeometry::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsGeometry::initTestCase() QDEBUG : TestQgsGeometry::simplifyCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::simplifyCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::simplifyCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::simplifyCheck1() Geometry Type: WKBLineString QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 0 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 1 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 2 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 3 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 4 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 5 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 6 QDEBUG : TestQgsGeometry::simplifyCheck1() Point in line: 7 QDEBUG : TestQgsGeometry::simplifyCheck1() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_simplifyCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_simplifyCheck1/expected_geometry_simplifyCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_simplifyCheck1_result_diff.png" QDEBUG : TestQgsGeometry::simplifyCheck1() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::simplifyCheck1() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::simplifyCheck1() 16/62500 pixels mismatched QDEBUG : TestQgsGeometry::simplifyCheck1() "16/62500" QDEBUG : TestQgsGeometry::simplifyCheck1() "Checking if anomaly expected_geometry_simplifyCheck1.png (hash 49ad50c9c6335212025684e61464e7a5) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_simplifyCheck1_result_diff.png (hash 98cf203522a8591a9cc4c1c0b4951ed1)" QDEBUG : TestQgsGeometry::simplifyCheck1() "Checking if anomaly sid-i386_simplify_anomaly.png (hash 4d74ad9ccb194a306a897d6d4f0db781) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_simplifyCheck1_result_diff.png (hash 98cf203522a8591a9cc4c1c0b4951ed1)" QDEBUG : TestQgsGeometry::simplifyCheck1() "Checking if anomaly tim_ubuntu_12.04_anomaly.png (hash 4d74ad9ccb194a306a897d6d4f0db781) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_simplifyCheck1_result_diff.png (hash 98cf203522a8591a9cc4c1c0b4951ed1)" QDEBUG : TestQgsGeometry::simplifyCheck1() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_simplifyCheck1_result_diff.png../tests/testdata/control_images/geometry_simplifyCheck1/.png" FAIL! : TestQgsGeometry::simplifyCheck1() 'renderCheck( "geometry_simplifyCheck1", "Checking simplify of line" )' returned FALSE. () Loc: [/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/src/core/testqgsgeometry.cpp(226)] QDEBUG : TestQgsGeometry::intersectionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::intersectionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::intersectionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::intersectionCheck1() Geometry Type: WKBPolygon QDEBUG : TestQgsGeometry::intersectionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 0 : 40, 80 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 1 : 80, 80 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 2 : 80, 40 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 3 : 40, 40 QDEBUG : TestQgsGeometry::intersectionCheck1() Point in ring 4 : 40, 80 QDEBUG : TestQgsGeometry::intersectionCheck1() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_intersectionCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_intersectionCheck1/expected_geometry_intersectionCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_intersectionCheck1_result_diff.png" QDEBUG : TestQgsGeometry::intersectionCheck1() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::intersectionCheck1() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::intersectionCheck1() 0/62500 pixels mismatched QDEBUG : TestQgsGeometry::intersectionCheck1() "0/62500" QDEBUG : TestQgsGeometry::intersectionCheck1() "Checking if anomaly expected_geometry_intersectionCheck1.png (hash df1a6d1ccfce39bcaac3ab6633d96e59) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_intersectionCheck1_result_diff.png (hash 3cd3a2196fbf29861056699a1da0b18a)" QDEBUG : TestQgsGeometry::intersectionCheck1() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_intersectionCheck1_result_diff.png../tests/testdata/control_images/geometry_intersectionCheck1/.png" PASS : TestQgsGeometry::intersectionCheck1() QDEBUG : TestQgsGeometry::intersectionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::intersectionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::intersectionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::intersectionCheck2() Point in ring 4 : 200, 200 PASS : TestQgsGeometry::intersectionCheck2() QDEBUG : TestQgsGeometry::unionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::unionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::unionCheck1() Geometry Type: WKBMultiPolygon QDEBUG : TestQgsGeometry::unionCheck1() Multipolygon Geometry Dump QDEBUG : TestQgsGeometry::unionCheck1() Polygon in multipolygon: 0 QDEBUG : TestQgsGeometry::unionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck1() Polygon in multipolygon: 1 QDEBUG : TestQgsGeometry::unionCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::unionCheck1() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::unionCheck1() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_unionCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_unionCheck1/expected_geometry_unionCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_unionCheck1_result_diff.png" QDEBUG : TestQgsGeometry::unionCheck1() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::unionCheck1() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::unionCheck1() 0/62500 pixels mismatched QDEBUG : TestQgsGeometry::unionCheck1() "0/62500" QDEBUG : TestQgsGeometry::unionCheck1() "Checking if anomaly expected_geometry_unionCheck1.png (hash 99e16ebe24bec6cc64c3bee6c39b403a) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_unionCheck1_result_diff.png (hash 3cd3a2196fbf29861056699a1da0b18a)" QDEBUG : TestQgsGeometry::unionCheck1() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_unionCheck1_result_diff.png../tests/testdata/control_images/geometry_unionCheck1/.png" PASS : TestQgsGeometry::unionCheck1() QDEBUG : TestQgsGeometry::unionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::unionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::unionCheck2() Geometry Type: WKBPolygon QDEBUG : TestQgsGeometry::unionCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 0 : 80, 40 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 2 : 20, 20 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 4 : 40, 80 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 5 : 40, 100 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 6 : 100, 100 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 7 : 100, 40 QDEBUG : TestQgsGeometry::unionCheck2() Point in ring 8 : 80, 40 QDEBUG : TestQgsGeometry::unionCheck2() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_unionCheck2.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_unionCheck2/expected_geometry_unionCheck2.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_unionCheck2_result_diff.png" QDEBUG : TestQgsGeometry::unionCheck2() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::unionCheck2() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::unionCheck2() 0/62500 pixels mismatched QDEBUG : TestQgsGeometry::unionCheck2() "0/62500" QDEBUG : TestQgsGeometry::unionCheck2() "Checking if anomaly expected_geometry_unionCheck2.png (hash 2624f60548d643438712771861e23ca7) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_unionCheck2_result_diff.png (hash 3cd3a2196fbf29861056699a1da0b18a)" QDEBUG : TestQgsGeometry::unionCheck2() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_unionCheck2_result_diff.png../tests/testdata/control_images/geometry_unionCheck2/.png" PASS : TestQgsGeometry::unionCheck2() QDEBUG : TestQgsGeometry::differenceCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::differenceCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::differenceCheck1() Geometry Type: WKBPolygon QDEBUG : TestQgsGeometry::differenceCheck1() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 1 : 20, 80 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 3 : 80, 20 QDEBUG : TestQgsGeometry::differenceCheck1() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck1() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_differenceCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_differenceCheck1/expected_geometry_differenceCheck1.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck1_result_diff.png" QDEBUG : TestQgsGeometry::differenceCheck1() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::differenceCheck1() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::differenceCheck1() 0/62500 pixels mismatched QDEBUG : TestQgsGeometry::differenceCheck1() "0/62500" QDEBUG : TestQgsGeometry::differenceCheck1() "Checking if anomaly expected_geometry_differenceCheck1.png (hash c176f9a43374436cebb25efb4b571b3d) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck1_result_diff.png (hash 3cd3a2196fbf29861056699a1da0b18a)" QDEBUG : TestQgsGeometry::differenceCheck1() "Checking if anomaly sid_i386_difference_anomaly.png (hash 6be5f2f1eb370f73af8fd950dc9ff900) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck1_result_diff.png (hash 3cd3a2196fbf29861056699a1da0b18a)" QDEBUG : TestQgsGeometry::differenceCheck1() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck1_result_diff.png../tests/testdata/control_images/geometry_differenceCheck1/.png" PASS : TestQgsGeometry::differenceCheck1() QDEBUG : TestQgsGeometry::differenceCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::differenceCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::differenceCheck2() Geometry Type: WKBPolygon QDEBUG : TestQgsGeometry::differenceCheck2() Ring in polygon: 0 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 0 : 80, 40 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 2 : 20, 20 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 4 : 40, 80 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 5 : 40, 40 QDEBUG : TestQgsGeometry::differenceCheck2() Point in ring 6 : 80, 40 QDEBUG : TestQgsGeometry::differenceCheck2() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_differenceCheck2.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_differenceCheck2/expected_geometry_differenceCheck2.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck2_result_diff.png" QDEBUG : TestQgsGeometry::differenceCheck2() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::differenceCheck2() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::differenceCheck2() 1/62500 pixels mismatched QDEBUG : TestQgsGeometry::differenceCheck2() "1/62500" QDEBUG : TestQgsGeometry::differenceCheck2() "Checking if anomaly expected_geometry_differenceCheck2.png (hash 4a00ea6602635c7ddae555772d1e136f) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck2_result_diff.png (hash 6be5f2f1eb370f73af8fd950dc9ff900)" QDEBUG : TestQgsGeometry::differenceCheck2() "Checking if anomaly tim_ubuntu_12.04.anomaly.png (hash 6be5f2f1eb370f73af8fd950dc9ff900) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_differenceCheck2_result_diff.png (hash 6be5f2f1eb370f73af8fd950dc9ff900)" PASS : TestQgsGeometry::differenceCheck2() QDEBUG : TestQgsGeometry::bufferCheck() Ring in polygon: 0 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 0 : 20, 20 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 1 : 80, 20 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 2 : 80, 80 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 3 : 20, 80 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 4 : 20, 20 QDEBUG : TestQgsGeometry::bufferCheck() Ring in polygon: 0 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 0 : 40, 40 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 1 : 100, 40 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 2 : 100, 100 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 3 : 40, 100 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 4 : 40, 40 QDEBUG : TestQgsGeometry::bufferCheck() Ring in polygon: 0 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 0 : 200, 200 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 1 : 240, 200 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 2 : 240, 240 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 3 : 200, 240 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 4 : 200, 200 QDEBUG : TestQgsGeometry::bufferCheck() Geometry Type: WKBPolygon QDEBUG : TestQgsGeometry::bufferCheck() Ring in polygon: 0 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 0 : 30, 40 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 1 : 30, 100 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 2 : 30.123116594, 101.56434465 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 3 : 30.489434837, 103.090169944 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 4 : 31.0899347581, 104.539904997 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 5 : 31.9098300563, 105.877852523 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 6 : 32.9289321881, 107.071067812 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 7 : 34.1221474771, 108.090169944 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 8 : 35.4600950026, 108.910065242 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 9 : 36.9098300563, 109.510565163 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 10 : 38.4356553496, 109.876883406 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 11 : 40, 110 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 12 : 100, 110 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 13 : 101.56434465, 109.876883406 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 14 : 103.090169944, 109.510565163 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 15 : 104.539904997, 108.910065242 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 16 : 105.877852523, 108.090169944 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 17 : 107.071067812, 107.071067812 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 18 : 108.090169944, 105.877852523 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 19 : 108.910065242, 104.539904997 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 20 : 109.510565163, 103.090169944 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 21 : 109.876883406, 101.56434465 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 22 : 110, 100 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 23 : 110, 40 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 24 : 109.876883406, 38.4356553496 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 25 : 109.510565163, 36.9098300563 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 26 : 108.910065242, 35.4600950026 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 27 : 108.090169944, 34.1221474771 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 28 : 107.071067812, 32.9289321881 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 29 : 105.877852523, 31.9098300563 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 30 : 104.539904997, 31.0899347581 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 31 : 103.090169944, 30.489434837 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 32 : 101.56434465, 30.123116594 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 33 : 100, 30 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 34 : 40, 30 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 35 : 38.4356553496, 30.123116594 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 36 : 36.9098300563, 30.489434837 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 37 : 35.4600950026, 31.0899347581 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 38 : 34.1221474771, 31.9098300563 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 39 : 32.9289321881, 32.9289321881 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 40 : 31.9098300563, 34.1221474771 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 41 : 31.0899347581, 35.4600950026 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 42 : 30.489434837, 36.9098300563 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 43 : 30.123116594, 38.4356553496 QDEBUG : TestQgsGeometry::bufferCheck() Point in ring 44 : 30, 40 QDEBUG : TestQgsGeometry::bufferCheck() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp/geometry_bufferCheck.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/control_images/expected_geometry_bufferCheck/expected_geometry_bufferCheck.png/var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_bufferCheck_result_diff.png" QDEBUG : TestQgsGeometry::bufferCheck() Expected size: 250w x 250h QDEBUG : TestQgsGeometry::bufferCheck() Actual size: 250w x 250h QDEBUG : TestQgsGeometry::bufferCheck() 4/62500 pixels mismatched QDEBUG : TestQgsGeometry::bufferCheck() "4/62500" QDEBUG : TestQgsGeometry::bufferCheck() "Checking if anomaly expected_geometry_bufferCheck.png (hash c1e9c6d39484479ba7c96d3abd93fb98) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_bufferCheck_result_diff.png (hash 2eb507f24a3154339173a5874145f969)" QDEBUG : TestQgsGeometry::bufferCheck() "Checking if anomaly sid_i386_buffer_anomaly.png (hash d09729c8a95101aa2a4375155ba92cdc) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_bufferCheck_result_diff.png (hash 2eb507f24a3154339173a5874145f969)" QDEBUG : TestQgsGeometry::bufferCheck() "Checking if anomaly ubuntu_12.04_anomaly.png (hash d09729c8a95101aa2a4375155ba92cdc) matches /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_bufferCheck_result_diff.png (hash 2eb507f24a3154339173a5874145f969)" QDEBUG : TestQgsGeometry::bufferCheck() "Difference image did not match any known anomaly. If you feel the difference image should be considered an anomaly you can do something like this cp /var/tmp/portage/sci-geosciences/qgis-1.8.0/temp//geometry_bufferCheck_result_diff.png../tests/testdata/control_images/geometry_bufferCheck/.png" FAIL! : TestQgsGeometry::bufferCheck() 'renderCheck( "geometry_bufferCheck", "Checking buffer(10,10) of B" )' returned FALSE. () Loc: [/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/src/core/testqgsgeometry.cpp(307)] PASS : TestQgsGeometry::cleanupTestCase() Totals: 8 passed, 2 failed, 0 skipped ********* Finished testing of TestQgsGeometry ********* Test time = 0.40 sec ---------------------------------------------------------- Test Failed. "qgis_geometrytest" end time: Jan 31 16:23 CET "qgis_geometrytest" time elapsed: 00:00:00 ---------------------------------------------------------- 12/20 Testing: qgis_coordinatereferencesystemtest 12/20 Test: qgis_coordinatereferencesystemtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_coordinatereferencesystemtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_coordinatereferencesystemtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsCoordinateReferenceSystem ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() Running from build directory! QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsCoordinateReferenceSystem::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() GEOPROJ4 constant: "+proj=longlat +datum=WGS84 +no_defs" QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() GDAL version (build): 1.10.1 QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() GDAL version (runtime): 1.10.1 QDEBUG : TestQgsCoordinateReferenceSystem::initTestCase() PROJ.4 version: 480 PASS : TestQgsCoordinateReferenceSystem::initTestCase() PASS : TestQgsCoordinateReferenceSystem::wktCtor() PASS : TestQgsCoordinateReferenceSystem::idCtor() PASS : TestQgsCoordinateReferenceSystem::copyCtor() PASS : TestQgsCoordinateReferenceSystem::assignmentCtor() PASS : TestQgsCoordinateReferenceSystem::createFromId() PASS : TestQgsCoordinateReferenceSystem::createFromOgcWmsCrs() PASS : TestQgsCoordinateReferenceSystem::createFromSrid() PASS : TestQgsCoordinateReferenceSystem::createFromWkt() PASS : TestQgsCoordinateReferenceSystem::createFromESRIWkt() PASS : TestQgsCoordinateReferenceSystem::createFromSrsId() PASS : TestQgsCoordinateReferenceSystem::createFromProj4() PASS : TestQgsCoordinateReferenceSystem::isValid() PASS : TestQgsCoordinateReferenceSystem::validate() PASS : TestQgsCoordinateReferenceSystem::equality() PASS : TestQgsCoordinateReferenceSystem::noEquality() PASS : TestQgsCoordinateReferenceSystem::readXML() PASS : TestQgsCoordinateReferenceSystem::writeXML() PASS : TestQgsCoordinateReferenceSystem::setCustomSrsValidation() PASS : TestQgsCoordinateReferenceSystem::customSrsValidation() PASS : TestQgsCoordinateReferenceSystem::postgisSrid() PASS : TestQgsCoordinateReferenceSystem::ellipsoidAcronym() QDEBUG : TestQgsCoordinateReferenceSystem::toWkt() wkt: "GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]" QDEBUG : TestQgsCoordinateReferenceSystem::toWkt() stripped: "GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]" PASS : TestQgsCoordinateReferenceSystem::toWkt() PASS : TestQgsCoordinateReferenceSystem::toProj4() PASS : TestQgsCoordinateReferenceSystem::geographicFlag() PASS : TestQgsCoordinateReferenceSystem::mapUnits() PASS : TestQgsCoordinateReferenceSystem::setValidationHint() PASS : TestQgsCoordinateReferenceSystem::cleanupTestCase() Totals: 28 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsCoordinateReferenceSystem ********* Test time = 0.24 sec ---------------------------------------------------------- Test Passed. "qgis_coordinatereferencesystemtest" end time: Jan 31 16:23 CET "qgis_coordinatereferencesystemtest" time elapsed: 00:00:00 ---------------------------------------------------------- 13/20 Testing: qgis_pointtest 13/20 Test: qgis_pointtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_pointtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_pointtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsPoint ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsPoint::initTestCase() Running from build directory! QDEBUG : TestQgsPoint::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsPoint::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsPoint::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsPoint::initTestCase() PASS : TestQgsPoint::toString() QDEBUG : TestQgsPoint::toDegreesMinutesSeconds() "80??0'0.00"E,20??0'0.00"N" QDEBUG : TestQgsPoint::toDegreesMinutesSeconds() "80??0'0.00"E,20??0'0.00"N" PASS : TestQgsPoint::toDegreesMinutesSeconds() PASS : TestQgsPoint::wellKnownText() PASS : TestQgsPoint::sqrDist() PASS : TestQgsPoint::multiply() PASS : TestQgsPoint::onSegment() PASS : TestQgsPoint::cleanupTestCase() Totals: 8 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsPoint ********* Test time = 0.10 sec ---------------------------------------------------------- Test Passed. "qgis_pointtest" end time: Jan 31 16:23 CET "qgis_pointtest" time elapsed: 00:00:00 ---------------------------------------------------------- 14/20 Testing: qgis_searchstringtest 14/20 Test: qgis_searchstringtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_searchstringtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_searchstringtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsSearchString ********* Config: Using QTest library 4.8.5, Qt 4.8.5 PASS : TestQgsSearchString::initTestCase() PASS : TestQgsSearchString::testLike() PASS : TestQgsSearchString::testRegexp() PASS : TestQgsSearchString::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsSearchString ********* Test time = 0.10 sec ---------------------------------------------------------- Test Passed. "qgis_searchstringtest" end time: Jan 31 16:23 CET "qgis_searchstringtest" time elapsed: 00:00:00 ---------------------------------------------------------- 15/20 Testing: qgis_vectorlayertest 15/20 Test: qgis_vectorlayertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_vectorlayertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_vectorlayertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsVectorLayer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsVectorLayer::initTestCase() Running from build directory! QDEBUG : TestQgsVectorLayer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsVectorLayer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsVectorLayer::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsVectorLayer::initTestCase() QDEBUG : TestQgsVectorLayer::QgsVectorLayerNonSpatialIterator() Getting feature from provider QDEBUG : TestQgsVectorLayer::QgsVectorLayerNonSpatialIterator() Getting feature from provider QDEBUG : TestQgsVectorLayer::QgsVectorLayerNonSpatialIterator() Getting feature from provider PASS : TestQgsVectorLayer::QgsVectorLayerNonSpatialIterator() PASS : TestQgsVectorLayer::QgsVectorLayerstorageType() PASS : TestQgsVectorLayer::QgsVectorLayercapabilitiesString() PASS : TestQgsVectorLayer::QgsVectorLayerdataComment() PASS : TestQgsVectorLayer::QgsVectorLayerproviderType() PASS : TestQgsVectorLayer::QgsVectorLayersetDisplayField() PASS : TestQgsVectorLayer::QgsVectorLayerdrawLabels() PASS : TestQgsVectorLayer::QgsVectorLayerdrawLineString() PASS : TestQgsVectorLayer::QgsVectorLayerdrawPolygon() PASS : TestQgsVectorLayer::QgsVectorLayerdrawRendererV2() PASS : TestQgsVectorLayer::QgsVectorLayerdrawRendererV2Levels() PASS : TestQgsVectorLayer::QgsVectorLayerreload() PASS : TestQgsVectorLayer::QgsVectorLayerdraw() PASS : TestQgsVectorLayer::QgsVectorLayerdeleteCachedGeometries() PASS : TestQgsVectorLayer::QgsVectorLayerdrawVertexMarker() PASS : TestQgsVectorLayer::QgsVectorLayerselect() PASS : TestQgsVectorLayer::QgsVectorLayerinvertSelection() PASS : TestQgsVectorLayer::QgsVectorLayerinvertSelectionInRectangle() PASS : TestQgsVectorLayer::QgsVectorLayerremoveSelection() PASS : TestQgsVectorLayer::QgsVectorLayertriggerRepaint() PASS : TestQgsVectorLayer::QgsVectorLayerdataProvider() PASS : TestQgsVectorLayer::QgsVectorLayersetProviderEncoding() PASS : TestQgsVectorLayer::QgsVectorLayerrenderer() PASS : TestQgsVectorLayer::QgsVectorLayersetRenderer() PASS : TestQgsVectorLayer::QgsVectorLayergeometryType() PASS : TestQgsVectorLayer::QgsVectorLayerwkbType() PASS : TestQgsVectorLayer::QgsVectorLayerboundingBoxOfSelected() PASS : TestQgsVectorLayer::QgsVectorLayerfeatureCount() PASS : TestQgsVectorLayer::QgsVectorLayerupdateFeatureCount() PASS : TestQgsVectorLayer::QgsVectorLayerupdateExtents() PASS : TestQgsVectorLayer::QgsVectorLayersubsetString() PASS : TestQgsVectorLayer::QgsVectorLayersetSubsetString() PASS : TestQgsVectorLayer::QgsVectorLayerupdateFeatureAttributes() PASS : TestQgsVectorLayer::QgsVectorLayerupdateFeatureGeometry() PASS : TestQgsVectorLayer::QgsVectorLayernextFeature() PASS : TestQgsVectorLayer::QgsVectorLayerfeatureAtId() PASS : TestQgsVectorLayer::QgsVectorLayeraddFeature() PASS : TestQgsVectorLayer::QgsVectorLayerinsertVertex() PASS : TestQgsVectorLayer::QgsVectorLayermoveVertex() PASS : TestQgsVectorLayer::QgsVectorLayerdeleteVertex() PASS : TestQgsVectorLayer::QgsVectorLayerdeleteSelectedFeatures() PASS : TestQgsVectorLayer::QgsVectorLayeraddRing() PASS : TestQgsVectorLayer::QgsVectorLayeraddIsland() PASS : TestQgsVectorLayer::QgsVectorLayertranslateFeature() PASS : TestQgsVectorLayer::QgsVectorLayersplitFeatures() PASS : TestQgsVectorLayer::QgsVectorLayerremovePolygonIntersections() PASS : TestQgsVectorLayer::QgsVectorLayeraddTopologicalPoints() PASS : TestQgsVectorLayer::QgsVectorLayerlabel() PASS : TestQgsVectorLayer::QgsVectorLayerenableLabels() PASS : TestQgsVectorLayer::QgsVectorLayerhasLabelsEnabled() PASS : TestQgsVectorLayer::QgsVectorLayerstartEditing() PASS : TestQgsVectorLayer::QgsVectorLayerreadXml() PASS : TestQgsVectorLayer::QgsVectorLayersetDataProvider() PASS : TestQgsVectorLayer::QgsVectorLayerwriteXml() PASS : TestQgsVectorLayer::QgsVectorLayerreadSymbology() PASS : TestQgsVectorLayer::QgsVectorLayerwriteSymbology() PASS : TestQgsVectorLayer::QgsVectorLayerchangeGeometry() PASS : TestQgsVectorLayer::QgsVectorLayerchangeAttributeValue() PASS : TestQgsVectorLayer::QgsVectorLayeraddAttribute() PASS : TestQgsVectorLayer::QgsVectorLayeraddAttributeAlias() PASS : TestQgsVectorLayer::QgsVectorLayerattributeAlias() PASS : TestQgsVectorLayer::QgsVectorLayerattributeDisplayName() PASS : TestQgsVectorLayer::QgsVectorLayerdeleteAttribute() PASS : TestQgsVectorLayer::QgsVectorLayerdeleteFeature() PASS : TestQgsVectorLayer::QgsVectorLayerpendingFields() PASS : TestQgsVectorLayer::QgsVectorLayerpendingAllAttributesList() PASS : TestQgsVectorLayer::QgsVectorLayerpendingFeatureCount() PASS : TestQgsVectorLayer::QgsVectorLayercommitChanges() PASS : TestQgsVectorLayer::QgsVectorLayercommitErrors() PASS : TestQgsVectorLayer::QgsVectorLayerrollBack() PASS : TestQgsVectorLayer::QgsVectorLayersetSelectedFeatures() PASS : TestQgsVectorLayer::QgsVectorLayerselectedFeatureCount() PASS : TestQgsVectorLayer::QgsVectorLayerselectedFeaturesIds() PASS : TestQgsVectorLayer::QgsVectorLayerselectedFeatures() PASS : TestQgsVectorLayer::QgsVectorLayeraddFeatures() PASS : TestQgsVectorLayer::QgsVectorLayercopySymbologySettings() PASS : TestQgsVectorLayer::QgsVectorLayerhasCompatibleSymbology() PASS : TestQgsVectorLayer::QgsVectorLayersnapPoint() PASS : TestQgsVectorLayer::QgsVectorLayersnapWithContext() PASS : TestQgsVectorLayer::QgsVectorLayersnapToGeometry() PASS : TestQgsVectorLayer::QgsVectorLayerinsertSegmentVerticesForSnap() PASS : TestQgsVectorLayer::QgsVectorLayerboundingBoxFromPointList() PASS : TestQgsVectorLayer::QgsVectorLayercurrentVertexMarkerType() PASS : TestQgsVectorLayer::QgsVectorLayercurrentVertexMarkerSize() PASS : TestQgsVectorLayer::QgsVectorLayerdrawFeature() PASS : TestQgsVectorLayer::QgsVectorLayersetCoordinateSystem() PASS : TestQgsVectorLayer::QgsVectorLayertransformPoint() PASS : TestQgsVectorLayer::QgsVectorLayertransformPoints() PASS : TestQgsVectorLayer::QgsVectorLayerdisplayField() PASS : TestQgsVectorLayer::QgsVectorLayerisEditable() PASS : TestQgsVectorLayer::QgsVectorLayerisModified() PASS : TestQgsVectorLayer::QgsVectorLayersetModified() PASS : TestQgsVectorLayer::QgsVectorLayereditType() PASS : TestQgsVectorLayer::QgsVectorLayersetEditType() PASS : TestQgsVectorLayer::QgsVectorLayereditForm() PASS : TestQgsVectorLayer::QgsVectorLayersetEditForm() PASS : TestQgsVectorLayer::QgsVectorLayersetAnnotationForm() PASS : TestQgsVectorLayer::QgsVectorLayereditFormInit() PASS : TestQgsVectorLayer::QgsVectorLayersetEditFormInit() PASS : TestQgsVectorLayer::QgsVectorLayervalueMap() PASS : TestQgsVectorLayer::QgsVectorLayerrange() PASS : TestQgsVectorLayer::QgsVectorLayeraddOverlay() PASS : TestQgsVectorLayer::QgsVectorLayerremoveOverlay() PASS : TestQgsVectorLayer::QgsVectorLayervectorOverlays() PASS : TestQgsVectorLayer::QgsVectorLayerfindOverlayByType() PASS : TestQgsVectorLayer::QgsVectorLayerrendererV2() PASS : TestQgsVectorLayer::QgsVectorLayersetRendererV2() PASS : TestQgsVectorLayer::QgsVectorLayerisUsingRendererV2() PASS : TestQgsVectorLayer::QgsVectorLayersetUsingRendererV2() PASS : TestQgsVectorLayer::QgsVectorLayereditGeometryChange() PASS : TestQgsVectorLayer::QgsVectorLayereditFeatureAdd() PASS : TestQgsVectorLayer::QgsVectorLayereditFeatureDelete() PASS : TestQgsVectorLayer::QgsVectorLayereditAttributeChange() PASS : TestQgsVectorLayer::QgsVectorLayerbeginEditCommand() PASS : TestQgsVectorLayer::QgsVectorLayerendEditCommand() PASS : TestQgsVectorLayer::QgsVectorLayerdestroyEditCommand() PASS : TestQgsVectorLayer::QgsVectorLayerredoEditCommand() PASS : TestQgsVectorLayer::QgsVectorLayerundoEditCommand() PASS : TestQgsVectorLayer::QgsVectorLayersetCheckedState() PASS : TestQgsVectorLayer::QgsVectorLayercheckedState() PASS : TestQgsVectorLayer::QgsVectorLayerfieldNameIndex() PASS : TestQgsVectorLayer::QgsVectorLayerstopRendererV2() PASS : TestQgsVectorLayer::cleanupTestCase() Totals: 124 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsVectorLayer ********* Test time = 0.18 sec ---------------------------------------------------------- Test Passed. "qgis_vectorlayertest" end time: Jan 31 16:23 CET "qgis_vectorlayertest" time elapsed: 00:00:00 ---------------------------------------------------------- 16/20 Testing: qgis_rulebasedrenderertest 16/20 Test: qgis_rulebasedrenderertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_rulebasedrenderertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_rulebasedrenderertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsRuleBasedRenderer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsRuleBasedRenderer::initTestCase() Running from build directory! QDEBUG : TestQgsRuleBasedRenderer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsRuleBasedRenderer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. PASS : TestQgsRuleBasedRenderer::initTestCase() QDEBUG : TestQgsRuleBasedRenderer::test_load_xml() "RULE type3 - scale [0,0] - filter type=3 - symbol LINE SYMBOL (1 layers) color 220,0,0,255 " QDEBUG : TestQgsRuleBasedRenderer::test_load_xml() "RULE type1 - scale [0,0] - filter type=1 - symbol LINE SYMBOL (1 layers) color 94,116,254,255 " PASS : TestQgsRuleBasedRenderer::test_load_xml() PASS : TestQgsRuleBasedRenderer::test_load_invalid_xml() PASS : TestQgsRuleBasedRenderer::test_willRenderFeature_symbolsForFeature() PASS : TestQgsRuleBasedRenderer::cleanupTestCase() Totals: 5 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsRuleBasedRenderer ********* Test time = 0.14 sec ---------------------------------------------------------- Test Passed. "qgis_rulebasedrenderertest" end time: Jan 31 16:23 CET "qgis_rulebasedrenderertest" time elapsed: 00:00:00 ---------------------------------------------------------- 17/20 Testing: qgis_ziplayertest 17/20 Test: qgis_ziplayertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_ziplayertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_ziplayertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestZipLayer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestZipLayer::initTestCase() Running from build directory! QDEBUG : TestZipLayer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestZipLayer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestZipLayer::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : TestZipLayer::initTestCase() GDAL version (build): 1.10.1 QDEBUG : TestZipLayer::initTestCase() GDAL version (runtime): 1.10.1 PASS : TestZipLayer::initTestCase() PASS : TestZipLayer::testPassthruVectorZip() PASS : TestZipLayer::testPassthruVectorGzip() PASS : TestZipLayer::testPassthruRasterZip() PASS : TestZipLayer::testPassthruRasterGzip() PASS : TestZipLayer::testZipItemRaster() PASS : TestZipLayer::testZipItemVector() PASS : TestZipLayer::testZipItemAll() PASS : TestZipLayer::testZipItemVectorTransparency() PASS : TestZipLayer::testGZipItemVectorTransparency() PASS : TestZipLayer::testZipItemRasterTransparency() PASS : TestZipLayer::testGZipItemRasterTransparency() PASS : TestZipLayer::testZipItemSubfolder() PASS : TestZipLayer::testZipItemVRT() PASS : TestZipLayer::cleanupTestCase() Totals: 15 passed, 0 failed, 0 skipped ********* Finished testing of TestZipLayer ********* Test time = 1.01 sec ---------------------------------------------------------- Test Passed. "qgis_ziplayertest" end time: Jan 31 16:23 CET "qgis_ziplayertest" time elapsed: 00:00:01 ---------------------------------------------------------- 18/20 Testing: qgis_dataitemtest 18/20 Test: qgis_dataitemtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_dataitemtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/core "qgis_dataitemtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsDataItem ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsDataItem::initTestCase() Running from build directory! QDEBUG : TestQgsDataItem::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsDataItem::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsDataItem::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsDataItem::initTestCase() PASS : TestQgsDataItem::testValid() PASS : TestQgsDataItem::testDirItemChildren() PASS : TestQgsDataItem::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsDataItem ********* Test time = 0.27 sec ---------------------------------------------------------- Test Passed. "qgis_dataitemtest" end time: Jan 31 16:23 CET "qgis_dataitemtest" time elapsed: 00:00:00 ---------------------------------------------------------- 19/20 Testing: qgis_zoomtest 19/20 Test: qgis_zoomtest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_zoomtest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/gui "qgis_zoomtest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsMapToolZoom ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsMapToolZoom::initTestCase() Running from build directory! QDEBUG : TestQgsMapToolZoom::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsMapToolZoom::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsMapToolZoom::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! PASS : TestQgsMapToolZoom::initTestCase() PASS : TestQgsMapToolZoom::zeroDragArea() PASS : TestQgsMapToolZoom::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsMapToolZoom ********* Test time = 0.19 sec ---------------------------------------------------------- Test Passed. "qgis_zoomtest" end time: Jan 31 16:23 CET "qgis_zoomtest" time elapsed: 00:00:00 ---------------------------------------------------------- 20/20 Testing: qgis_analyzertest 20/20 Test: qgis_analyzertest Command: "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/qgis_analyzertest" Directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/tests/src/analysis "qgis_analyzertest" start time: Jan 31 16:23 CET Output: ---------------------------------------------------------- ********* Start testing of TestQgsVectorAnalyzer ********* Config: Using QTest library 4.8.5, Qt 4.8.5 QDEBUG : TestQgsVectorAnalyzer::initTestCase() Running from build directory! QDEBUG : TestQgsVectorAnalyzer::initTestCase() - source directory: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0 QDEBUG : TestQgsVectorAnalyzer::initTestCase() - output directory of the build: /var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0_build/output/bin/.. QWARN : TestQgsVectorAnalyzer::initTestCase() !!! prefix path was requested, but it is not valid - we do not run from installed path !!! QDEBUG : TestQgsVectorAnalyzer::initTestCase() "/var/tmp/portage/sci-geosciences/qgis-1.8.0/work/qgis-1.8.0/tests/testdata/lines.shp" PASS : TestQgsVectorAnalyzer::initTestCase() PASS : TestQgsVectorAnalyzer::singleToMulti() PASS : TestQgsVectorAnalyzer::multiToSingle() PASS : TestQgsVectorAnalyzer::extractNodes() PASS : TestQgsVectorAnalyzer::polygonsToLines() PASS : TestQgsVectorAnalyzer::exportGeometryInfo() PASS : TestQgsVectorAnalyzer::simplifyGeometry() PASS : TestQgsVectorAnalyzer::polygonCentroids() PASS : TestQgsVectorAnalyzer::layerExtent() PASS : TestQgsVectorAnalyzer::cleanupTestCase() Totals: 10 passed, 0 failed, 0 skipped ********* Finished testing of TestQgsVectorAnalyzer ********* Test time = 0.17 sec ---------------------------------------------------------- Test Passed. "qgis_analyzertest" end time: Jan 31 16:23 CET "qgis_analyzertest" time elapsed: 00:00:00 ---------------------------------------------------------- End testing: Jan 31 16:23 CET