Skip to content

Instantly share code, notes, and snippets.

@avlee
Last active December 17, 2015 16:49
Show Gist options
  • Save avlee/5641014 to your computer and use it in GitHub Desktop.
Save avlee/5641014 to your computer and use it in GitHub Desktop.
Python tests result for mapnik v2.2.0
- mapnik path: c:\mapnik-v2.2.0\python\2.7\site-packages\mapnik\__init__.pyc
- _mapnik.so path: c:\mapnik-v2.2.0\python\2.7\site-packages\mapnik\_mapnik.pyd
- Input plugins path: c:\mapnik-v2.2.0\lib\input
- Font path: c:\mapnik-v2.2.0\lib\fonts
- Running nosetests:
Notice: skipping postgis tests (createdb/dropdb)
Doctest: python_tests.utilities.contains_word ... ok
python_tests.box2d_test.test_coord_init ... ok
python_tests.box2d_test.test_coord_multiplication ... ok
python_tests.box2d_test.test_envelope_init ... ok
python_tests.box2d_test.test_envelope_static_init ... ok
python_tests.box2d_test.test_envelope_multiplication ... ok
python_tests.box2d_test.test_envelope_clipping ... ok
python_tests.buffer_clear_test.test_clearing_image_data ... ok
python_tests.buffer_clear_test.test_clearing_grid_data ... ok
python_tests.compositing_test.test_compare_images ... FAIL
python_tests.compositing_test.test_pre_multiply_status ... ok
python_tests.compositing_test.test_pre_multiply_status_of_map1 ... ok
python_tests.compositing_test.test_pre_multiply_status_of_map2 ... ok
python_tests.compositing_test.test_style_level_comp_op ... FAIL
python_tests.compositing_test.test_style_level_opacity ... ok
python_tests.compositing_test.test_rounding_and_color_expectations ... ok
python_tests.compositing_test.test_background_image_and_background_color ... ok
python_tests.compositing_test.test_background_image_with_alpha_and_background_color ... ok
python_tests.compositing_test.test_background_image_with_alpha_and_background_color_against_composited_control ... TODO: looks like we need to investigate PNG color rounding when saving
python_tests.csv_test.test_broken_files ... ok
python_tests.csv_test.test_good_files ... ok
python_tests.csv_test.test_lon_lat_detection ... ok
python_tests.csv_test.test_type_detection ... ok
python_tests.csv_test.test_skipping_blank_rows ... ok
python_tests.csv_test.test_empty_rows ... ok
python_tests.csv_test.test_slashes ... ok
python_tests.csv_test.test_wkt_field ... ok
python_tests.csv_test.test_handling_of_missing_header ... ok
python_tests.csv_test.test_handling_of_headers_that_are_numbers ... ok
python_tests.csv_test.test_quoted_numbers ... ok
python_tests.csv_test.test_reading_windows_newlines ... ok
python_tests.csv_test.test_reading_mac_newlines ... ok
python_tests.csv_test.test_mixed_mac_unix_newlines ... ok
python_tests.csv_test.test_mixed_mac_unix_newlines_escaped ... ok
python_tests.csv_test.test_mixed_windows_unix_newlines ... ok
python_tests.csv_test.test_mixed_windows_unix_newlines_escaped ... ok
python_tests.csv_test.test_tabs ... ok
python_tests.csv_test.test_separator_pipes ... ok
python_tests.csv_test.test_separator_semicolon ... ok
python_tests.csv_test.test_that_null_and_bool_keywords_are_empty_strings ... ok
python_tests.csv_test.test_that_nonexistant_query_field_throws ... ok
python_tests.csv_test.test_that_leading_zeros_mean_strings ... ok
python_tests.csv_test.test_advanced_geometry_detection ... ok
python_tests.csv_test.test_creation_of_csv_from_in_memory_string ... ok
python_tests.csv_test.test_json_field1 ... ok
python_tests.csv_test.test_json_field2 ... ok
python_tests.csv_test.test_json_field3 ... ok
python_tests.csv_test.test_that_blank_undelimited_rows_are_still_parsed ... ok
python_tests.csv_test.test_that_fewer_headers_than_rows_throws ... ok
python_tests.csv_test.test_that_feature_id_only_incremented_for_valid_rows ... ok
python_tests.csv_test.test_dynamically_defining_headers1 ... ok
python_tests.csv_test.test_dynamically_defining_headers2 ... ok
python_tests.csv_test.test_dynamically_defining_headers3 ... ok
python_tests.csv_test.test_that_64bit_int_fields_work ... FAIL
python_tests.csv_test.test_various_number_types ... ok
python_tests.datasource_test.test_that_datasources_exist ... ok
python_tests.datasource_test.test_field_listing ... ok
python_tests.datasource_test.test_total_feature_count_shp ... ok
python_tests.datasource_test.test_total_feature_count_json ... ok
python_tests.datasource_test.test_sqlite_reading ... ok
python_tests.datasource_test.test_reading_json_from_string ... ok
python_tests.datasource_test.test_feature_envelope ... ok
python_tests.datasource_test.test_feature_attributes ... ok
python_tests.datasource_test.test_ogr_layer_by_sql ... ok
python_tests.datasource_test.test_hit_grid ... ok
python_tests.datasource_xml_template_test.test_datasource_template_is_working ... ok
python_tests.extra_map_props_test.test_arbitrary_parameters_attached_to_map ... ok
python_tests.extra_map_props_test.test_serializing_arbitrary_parameters ... ok
python_tests.feature_id_test.test_shapefile_line_featureset_id ... ok
python_tests.feature_id_test.test_shapefile_polygon_featureset_id ... ok
python_tests.feature_id_test.test_shapefile_polygon_feature_query_id ... ok
python_tests.feature_id_test.test_feature_hit_count ... TODO: need to optimize multigeom bbox handling in shapeindex: https://github.com/mapnik/mapnik/issues/783
python_tests.feature_test.test_default_constructor ... ok
python_tests.feature_test.test_python_extended_constructor ... FAIL
python_tests.feature_test.test_add_geom_wkb ... ok
python_tests.feature_test.test_feature_expression_evaluation ... ok
python_tests.feature_test.test_feature_expression_evaluation_missing_attr ... ok
python_tests.feature_test.test_feature_expression_evaluation_attr_with_spaces ... ok
python_tests.filter_test.test_filter_init ... ok
python_tests.filter_test.test_geometry_type_eval ... ok
python_tests.filter_test.test_regex_match ... ok
python_tests.filter_test.test_unicode_regex_match ... FAIL
python_tests.filter_test.test_regex_replace ... ok
python_tests.filter_test.test_unicode_regex_replace_to_str ... ok
python_tests.filter_test.test_unicode_regex_replace ... FAIL
python_tests.filter_test.test_float_precision ... ok
python_tests.filter_test.test_string_matching_on_precision ... ok
python_tests.filter_test.test_creation_of_null_value ... ok
python_tests.filter_test.test_creation_of_bool ... ok
python_tests.filter_test.test_expressions_with_null_equality ... FAIL
python_tests.filter_test.test_expressions_with_null_equality2 ... FAIL
python_tests.filter_test.test_expressions_for_thruthyness ... FAIL
python_tests.fontset_test.test_loading_fontset_from_map ... ERROR
python_tests.fontset_test.test_loading_fontset_from_python ... ok
python_tests.geojson_plugin_test.test_geojson_init ... ok
python_tests.geojson_plugin_test.test_geojson_properties ... ok
python_tests.geojson_plugin_test.test_that_nonexistant_query_field_throws ... ok
python_tests.geometry_io_test.test_wkb_parsing ... ok
python_tests.geometry_io_test.test_geojson_parsing ... ok
python_tests.geometry_io_test.test_wkt_simple ... ok
python_tests.geometry_io_test.test_wkb_simple ... ok
python_tests.geometry_io_test.test_geometry_index_error ... ok
python_tests.geometry_io_test.test_geometry_index_error2 ... ok
python_tests.geometry_io_test.test_wkt_rounding ... TODO: fixme or remove test
python_tests.geometry_io_test.test_wkt_collection_flattening ... TODO: fixme or remove test
python_tests.grayscale_test.test_grayscale_conversion ... ok
python_tests.image_filters_test.test_append ... ok
python_tests.image_filters_test.test_style_level_image_filter ... ERROR
python_tests.image_test.test_tiff_round_trip ... ok
python_tests.image_test.test_jpeg_round_trip ... ok
python_tests.image_test.test_png_round_trip ... ok
python_tests.image_test.test_image_open_from_string ... ok
python_tests.introspection_test.test_introspect_symbolizers ... ok
python_tests.json_feature_properties_test.test_char_escaping ... ok
python_tests.layer_buffer_size_test.test_layer_buffer_size_1 ... ERROR
python_tests.layer_modification_test.test_adding_datasource_to_layer ... ok
python_tests.layer_test.test_layer_init ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\amenity.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\bgcolor_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\bool_value_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\css_value_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\datasource_type_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\datasource_type_missing.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\db_host_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\db_user_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\expression_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\font_name_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\in_valid_whitespace.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\line_cap_style_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\line_join_style_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\mapnik_min_version.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\max_scale_denom_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\min_scale_denom_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\missing_fontset.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\polygon_pattern_symbolizer_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\shield_symbolizer_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\stroke_dasharray_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\style_name_missing.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\text_symbolizer_broken.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken_maps\\xml_tag_mismatch.xml',) ... ok
python_tests.load_map_test.test_broken_files('../data/broken/does_not_exist.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\agg_poly_gamma_map.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\agg_stack_blur.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\also_and_else_filter.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\background-image.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\bool_values.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\bounds_clipping.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\building_symbolizer.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\colorize-alpha.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\datasource.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\extra_arbitary_map_parameters.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\extra_known_map_attributes.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\filesource.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\fontset.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\geometry-transform.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\interior_point.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\layer_buffer_size_reduction.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\line_symbolizer.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\line_symbolizer2.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\line_symbolizer_offset.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\marker-text-line.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\markers_symbolizer_lines.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\markers_symbolizer_lines_file.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\markers_symbolizer_points.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\markers_symbolizer_points_file.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\markers_symbolizer_points_gradient.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\markers_symbolizer_points_stacked.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\marker_ellipse_transform.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\marker_ellipse_transform2.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\merc2wgs84_reprojection.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\osm-styles.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\osm_nodes_ways.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\paths_relative_to_script.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\paths_relative_to_xml.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\path_expression.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\point_csv.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\point_json.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\point_json_inline.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\point_symbolizer.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\point_symbolizer_ignore_placements.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\point_symbolizer_on_polygon_map.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\polygon_pattern_seamless.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\polygon_pattern_symbolizer.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\polygon_symbolizer.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\raster_colorizer.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\raster_symbolizer.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\rtl_text_map.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\shield_symbolizer.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\sqlite.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\sqlite_attachdb.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\style_level_comp_op.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\style_level_image_filter.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\style_level_opacity_and_blur.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\text_breaks.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\text_halo_and_collision.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\text_rotation.xml',) ... ERROR
python_tests.load_map_test.test_good_files('../data/good_maps\\tiff_colortable.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\unique_filter_map.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\vrt_colortable.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\wgs842merc_reprojection.xml',) ... ok
python_tests.load_map_test.test_good_files('../data/good_maps\\whitespace_at_end_of_filter_expression.xml',) ... ERROR
python_tests.map_query_test.test_map_query_throw1 ... ok
python_tests.map_query_test.test_map_query_throw2 ... ok
python_tests.map_query_test.test_map_query_throw3 ... ok
python_tests.map_query_test.test_map_query_throw4 ... ok
python_tests.map_query_test.test_map_query_throw5 ... ok
python_tests.map_query_test.test_map_query_works1 ... ok
python_tests.map_query_test.test_map_query_works2 ... ok
python_tests.map_query_test.test_map_query_in_pixels_works1 ... ok
python_tests.map_query_test.test_map_query_in_pixels_works2 ... ok
python_tests.mapnik_config_test.test_mapnik_config_no_args ... FAIL
python_tests.mapnik_config_test.test_mapnik_config_help ... FAIL
python_tests.mapnik_config_test.test_mapnik_config_help_short ... FAIL
python_tests.mapnik_config_test.test_mapnik_config_valid_opts ... FAIL
python_tests.mapnik_config_test.test_mapnik_config_invalid_option ... FAIL
python_tests.mapnik_config_test.test_mapnik_config_valid_and_invalid_option ... FAIL
python_tests.mapnik_logger_test.test_logger_init ... ok
python_tests.markers_complex_rendering_test.test_marker_ellipse_render1 ... ok
python_tests.markers_complex_rendering_test.test_marker_ellipse_render2 ... ok
python_tests.memory_datasource_test.test_add_feature ... ok
python_tests.multi_tile_raster_test.test_multi_tile_policy ... ok
python_tests.object_test.test_debug_symbolizer ... ok
python_tests.object_test.test_raster_symbolizer ... ok
python_tests.object_test.test_line_pattern ... ok
python_tests.object_test.test_line_symbolizer ... ok
python_tests.object_test.test_line_symbolizer_stroke_reference ... ok
python_tests.object_test.test_stroke_dash_api ... ok
python_tests.object_test.test_text_symbolizer ... ok
python_tests.object_test.test_shield_symbolizer_init ... ok
python_tests.object_test.test_shield_symbolizer_modify ... ok
python_tests.object_test.test_point_symbolizer ... ok
python_tests.object_test.test_markers_symbolizer ... ok
python_tests.object_test.test_polygon_symbolizer ... ok
python_tests.object_test.test_building_symbolizer_init ... ok
python_tests.object_test.test_stroke_init ... ok
python_tests.object_test.test_stroke_dash_arrays ... ok
python_tests.object_test.test_map_init ... ok
python_tests.object_test.test_map_style_access ... ERROR
python_tests.object_test.test_map_maximum_extent_modification ... ok
python_tests.object_test.test_map_init_from_string ... ok
python_tests.object_test.test_color_init_errors ... ok
python_tests.object_test.test_color_init ... ok
python_tests.object_test.test_color_equality ... ok
python_tests.object_test.test_rule_init ... ok
python_tests.ogr_and_shape_geometries_test.test_simple_polys ... ok
python_tests.ogr_test.test_shapefile_init ... ok
python_tests.ogr_test.test_shapefile_properties ... ok
python_tests.ogr_test.test_that_nonexistant_query_field_throws ... ok
python_tests.palette_test.test_reading_palettes ... ok
python_tests.palette_test.test_render_with_palette ... ok
python_tests.parameters_test.test_parameter_null ... ok
python_tests.parameters_test.test_parameter_string ... ok
python_tests.parameters_test.test_parameter_unicode ... ok
python_tests.parameters_test.test_parameter_integer ... ok
python_tests.parameters_test.test_parameter_double ... ok
python_tests.parameters_test.test_parameter_boolean ... ok
python_tests.parameters_test.test_parameters ... ok
python_tests.pickling_test.test_color_pickle ... ok
python_tests.pickling_test.test_envelope_pickle ... ok
python_tests.pickling_test.test_parameters_pickle ... ok
python_tests.png_encoding_test.test_expected_encodings ... ok
python_tests.png_encoding_test.test_transparency_levels ... ok
python_tests.png_encoding_test.test_transparency_levels_aerial ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi0g01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi0g02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi4a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi4a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi6a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basi6a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn0g01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn0g02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn4a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn4a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn6a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\basn6a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgai4a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgai4a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgan6a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgan6a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgbn4a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bggn4a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgwn6a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\bgyn6a16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ccwn2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ccwn3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cdfn2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cdhn2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cdsn2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cdun2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ch1n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ch2n3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cm0n0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cm7n0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cm9n0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cs3n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cs3n3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cs5n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cs5n3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cs8n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cs8n3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ct0n0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ct1n0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cten0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ctfn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ctgn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\cthn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ctjn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ctzn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f00n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f00n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f01n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f01n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f02n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f02n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f03n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f03n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f04n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f04n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\f99n0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g03n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g03n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g03n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g04n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g04n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g04n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g05n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g05n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g05n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g07n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g07n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g07n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g10n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g10n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g10n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g25n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g25n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\g25n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi1n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi1n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi2n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi2n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi4n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi4n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi9n0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\oi9n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\PngSuite.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\pp0n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\pp0n6a08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ps1n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ps1n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ps2n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\ps2n2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s01i3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s01n3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s02i3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s02n3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s03i3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s03n3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s04i3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s04n3p01.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s05i3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s05n3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s06i3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s06n3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s07i3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s07n3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s08i3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s08n3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s09i3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s09n3p02.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s32i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s32n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s33i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s33n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s34i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s34n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s35i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s35n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s36i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s36n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s37i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s37n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s38i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s38n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s39i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s39n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s40i3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\s40n3p04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbbn0g04.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbbn2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbbn3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbgn2c16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbgn3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbrn2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbwn0g16.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbwn3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tbyn3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tp0n0g08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tp0n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tp0n3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\tp1n3p08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\z00n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\z03n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\z06n2c08.png',) ... ok
python_tests.pngsuite_test.test_good_pngs('../data/pngsuite\\z09n2c08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xc1n0g08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xc9n2c08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xcrn0g04.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xcsn0g01.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xd0n2c08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xd3n2c08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xd9n2c08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xdtn0g01.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xhdn0g08.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xlfn0g04.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xs1n0g01.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xs2n0g01.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xs4n0g01.png',) ... ok
python_tests.pngsuite_test.test_broken_pngs('../data/pngsuite\\xs7n0g01.png',) ... ok
python_tests.projection_test.test_normalizing_definition ... ok
python_tests.projection_test.test_wgs84_inverse_forward ... ok
python_tests.projection_test.test_proj_transform_between_init_and_literal ... ok
python_tests.query_test.test_query_init ... ok
python_tests.query_test.test_query_resolution ... ok
python_tests.query_tolerance_test.test_query_tolerance ... ok
python_tests.raster_colorizer_test.test_gen_map ... ok
python_tests.raster_colorizer_test.test_get_color_discrete ... ok
python_tests.raster_colorizer_test.test_get_color_exact ... ok
python_tests.raster_colorizer_test.test_get_color_linear ... ok
python_tests.raster_colorizer_test.test_stop_label ... ok
python_tests.raster_colormapped_test.test_vrt_rendering ... ok
python_tests.raster_colormapped_test.test_tif_rendering_nodata ... ok
python_tests.raster_symbolizer_test.test_dataraster_coloring ... ok
python_tests.raster_symbolizer_test.test_dataraster_query_point ... ok
python_tests.raster_symbolizer_test.test_load_save_map ... ok
python_tests.raster_symbolizer_test.test_raster_with_alpha_blends_correctly_with_background ... ok
python_tests.raster_symbolizer_test.test_raster_warping ... ok
python_tests.raster_symbolizer_test.test_raster_warping_does_not_overclip_source ... ok
test old method ... ok
test old against new ... ok
test using feature id ... ok
python_tests.render_grid_test.test_negative_id ... ok
python_tests.render_grid_test.test_32bit_int_id ... ok
python_tests.render_grid_test.test_64bit_int_id ... ok
python_tests.render_grid_test.test_id_zero ... ok
python_tests.render_grid_test.test_line_rendering ... ok
python_tests.render_grid_test.test_point_symbolizer_grid ... ok
python_tests.render_grid_test.test_render_to_grid_multiple_times ... ok
python_tests.render_test.test_simplest_render ... ok
python_tests.render_test.test_render_image_to_string ... ok
python_tests.render_test.test_non_solid_image ... ok
python_tests.render_test.test_non_solid_image_view ... ok
python_tests.render_test.test_setting_alpha ... ok
python_tests.render_test.test_render_image_to_file ... ok
python_tests.render_test.test_render_from_serialization ... ok
python_tests.render_test.test_render_points ... ok
python_tests.render_test.test_render_with_scale_factor_zero_throws ... ok
python_tests.render_test.test_render_with_scale_factor ... ERROR
python_tests.reprojection_test.test_zoom_all_will_fail ... ok
python_tests.reprojection_test.test_zoom_all_will_work_with_max_extent ... ok
python_tests.reprojection_test.test_visual_zoom_all_rendering1 ... ok
python_tests.reprojection_test.test_visual_zoom_all_rendering2 ... ok
python_tests.reprojection_test.test_visual_zoom_all_rendering3 ... ok
python_tests.reprojection_test.test_visual_zoom_all_rendering4 ... ok
python_tests.save_map_test.test ... TODO: map comparison is currently broken due to lacking relative paths support (#324,#340
python_tests.shapefile_test.test_shapefile_init ... ok
python_tests.shapefile_test.test_shapefile_properties ... ok
python_tests.shapefile_test.test_that_nonexistant_query_field_throws ... ok
python_tests.shapefile_test.test_dbf_logical_field_is_boolean ... ok
python_tests.shapefile_test.test_shapefile_point2d_from_qgis ... ok
python_tests.shapefile_test.test_shapefile_point_z_from_qgis ... ok
python_tests.shapefile_test.test_shapefile_multipoint_from_qgis ... ok
python_tests.shapefile_test.test_shapefile_point_zm_from_arcgis ... ok
python_tests.shapefile_test.test_shapefile_point_zm_from_ogr ... ok
python_tests.sqlite_rtree_test.test_rtree_creation ... ERROR
python_tests.sqlite_rtree_test.test_geometry_round_trip ... ERROR
python_tests.sqlite_test.test_attachdb_with_relative_file ... ok
python_tests.sqlite_test.test_attachdb_with_multiple_files ... ok
python_tests.sqlite_test.test_attachdb_with_absolute_file ... ok
python_tests.sqlite_test.test_attachdb_with_index ... ok
python_tests.sqlite_test.test_attachdb_with_explicit_index ... ok
python_tests.sqlite_test.test_attachdb_with_sql_join ... ok
python_tests.sqlite_test.test_attachdb_with_sql_join_count ... ok
sqlite3 world.sqlite ... ok
select count(*) from (select * from world_merc where 1=1) as world_merc INNER JOIN business on world_merc.iso3 = business.ISO3; ... ok
select count(*) from (select * from world_merc where 1=1) as world_merc INNER JOIN business on world_merc.iso3 = business.ISO3; ... ok
select count(*) from (select * from world_merc where 1=1) as world_merc INNER JOIN business on world_merc.iso3 = business.ISO3; ... ok
python_tests.sqlite_test.test_subqueries ... ok
python_tests.sqlite_test.test_empty_db ... ok
python_tests.sqlite_test.test_that_nonexistant_query_field_throws ... ok
python_tests.sqlite_test.test_intersects_token1 ... ok
python_tests.sqlite_test.test_db_with_one_text_column ... ok
python_tests.sqlite_test.test_that_64bit_int_fields_work ... FAIL
python_tests.sqlite_test.test_null_id_field ... ok
python_tests.style_test.test_style_init ... ok
======================================================================
ERROR: python_tests.fontset_test.test_loading_fontset_from_map
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\fontset_test.py", line 15, in test_loading_fontset_from_map
mapnik.load_map(m,'../data/good_maps/fontset.xml',True)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in FontSet 'book-fonts' in FontSet at line 3 of '../data/good_maps/fontset.xml'
======================================================================
ERROR: python_tests.image_filters_test.test_style_level_image_filter
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\image_filters_test.py", line 49, in test_style_level_image_filter
mapnik.render(m, im)
RuntimeError: Unable to find specified font face 'DejaVu Sans Book'
======================================================================
ERROR: python_tests.layer_buffer_size_test.test_layer_buffer_size_1
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\layer_buffer_size_test.py", line 25, in test_layer_buffer_size_1
mapnik.render(m,im)
RuntimeError: Unable to find specified font face 'DejaVu Sans Book'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\fontset.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in FontSet 'book-fonts' in FontSet at line 3 of '../data/good_maps\fontset.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\interior_point.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'multipolygon_style' in TextSymbolizer at line 11 of '../data/good_maps\interior_point.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\layer_buffer_size_reduction.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'point_style' in TextSymbolizer at line 5 of '../data/good_maps\layer_buffer_size_reduction.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\marker-text-line.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'text' in TextSymbolizer at line 42 of '../data/good_maps\marker-text-line.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\osm-styles.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'places' in TextSymbolizer at line 56 of '../data/good_maps\osm-styles.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\point_csv.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 6 of '../data/good_maps\point_csv.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\point_json.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 6 of '../data/good_maps\point_json.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\point_json_inline.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 6 of '../data/good_maps\point_json_inline.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\point_symbolizer.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 6 of '../data/good_maps\point_symbolizer.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\point_symbolizer_ignore_placements.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 12 of '../data/good_maps\point_symbolizer_ignore_placements.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\point_symbolizer_on_polygon_map.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Bold' in rule 'Africa' in style 'test' in ShieldSymbolizer at line 20 of '../data/good_maps\point_symbolizer_on_polygon_map.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\polygon_pattern_symbolizer.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 11 of '../data/good_maps\polygon_pattern_symbolizer.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\rtl_text_map.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'custom_font' in TextSymbolizer at line 8 of '../data/good_maps\rtl_text_map.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\shield_symbolizer.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in ShieldSymbolizer at line 5 of '../data/good_maps\shield_symbolizer.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\sqlite.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'point_style' in TextSymbolizer at line 30 of '../data/good_maps\sqlite.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\style_level_image_filter.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'labels' in TextSymbolizer at line 47 of '../data/good_maps\style_level_image_filter.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\text_breaks.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style '1' in TextSymbolizer at line 6 of '../data/good_maps\text_breaks.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\text_halo_and_collision.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'labels' in TextSymbolizer at line 11 of '../data/good_maps\text_halo_and_collision.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\text_rotation.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'labels' in TextSymbolizer at line 6 of '../data/good_maps\text_rotation.xml'
======================================================================
ERROR: python_tests.load_map_test.test_good_files('../data/good_maps\\whitespace_at_end_of_filter_expression.xml',)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\load_map_test.py", line 29, in assert_loads_successfully
raise RuntimeError(e)
RuntimeError: Failed to find font face 'DejaVu Sans Book' in style 'text' in TextSymbolizer at line 7 of '../data/good_maps\whitespace_at_end_of_filter_expression.xml'
======================================================================
ERROR: python_tests.object_test.test_map_style_access
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\object_test.py", line 347, in test_map_style_access
styles = list(m.styles)
ArgumentError: Python argument types in
StyleRange.__iter__(StyleRange)
did not match C++ signature:
__iter__(struct boost::python::back_reference<struct std::_Pair_base<class boost::transform_iterator<struct extract_style,class std::_Tree_const_iterator<class std::_Tree_val<class std::_Tmap_traits<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class mapnik::feature_type_style,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class mapnik::feature_type_style> >,0> > >,struct boost::use_default,struct boost::use_default>,class boost::transform_iterator<struct extract_style,class std::_Tree_const_iterator<class std::_Tree_val<class std::_Tmap_traits<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class mapnik::feature_type_style,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class mapnik::feature_type_style> >,0> > >,struct boost::use_default,struct boost::use_default> > &>)
======================================================================
ERROR: python_tests.render_test.test_render_with_scale_factor
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\render_test.py", line 185, in test_render_with_scale_factor
mapnik.render(m,im,size)
RuntimeError: Unable to find specified font face 'DejaVu Sans Book'
======================================================================
ERROR: python_tests.sqlite_rtree_test.test_rtree_creation
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\sqlite_rtree_test.py", line 58, in test_rtree_creation
os.unlink(index)
WindowsError: [Error 32] : '../data/sqlite/world.sqlite.index'
======================================================================
ERROR: python_tests.sqlite_rtree_test.test_geometry_round_trip
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\sqlite_rtree_test.py", line 154, in test_geometry_round_trip
os.unlink(test_db)
WindowsError: [Error 32] : '/tmp/mapnik-sqlite-point.db'
======================================================================
FAIL: python_tests.compositing_test.test_compare_images
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\compositing_test.py", line 107, in test_compare_images
eq_(len(successes),num_ops,'\n'+'\n'.join(fails))
AssertionError:
grain_merge not validly premultiplied!:
690 pixels (rgba(253,144,0,248) at 74,112)
failed comparing actual (/tmp/mapnik-comp-op-test-hue.png) and expected(tests/python_tests/images/composited/hue.png)
failed comparing actual (/tmp/mapnik-comp-op-test-saturation.png) and expected(tests/python_tests/images/composited/saturation.png)
======================================================================
FAIL: python_tests.compositing_test.test_style_level_comp_op
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\compositing_test.py", line 181, in test_style_level_comp_op
eq_(len(fails), 0, '\n'+'\n'.join(fails))
AssertionError:
failed comparing actual (/tmp/mapnik-style-comp-op-color.png) and expected(tests/python_tests/images/style-comp-op/color.png)
failed comparing actual (/tmp/mapnik-style-comp-op-hue.png) and expected(tests/python_tests/images/style-comp-op/hue.png)
failed comparing actual (/tmp/mapnik-style-comp-op-value.png) and expected(tests/python_tests/images/style-comp-op/value.png)
======================================================================
FAIL: python_tests.csv_test.test_that_64bit_int_fields_work
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\csv_test.py", line 536, in test_that_64bit_int_fields_work
eq_(feat['bigint'],2147483648)
AssertionError: -2147483648 != 2147483648L
======================================================================
FAIL: python_tests.feature_test.test_python_extended_constructor
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\feature_test.py", line 26, in test_python_extended_constructor
eq_(f['foo'], u"avión")
AssertionError: u'avi\u8d38n' != u'avi\xf3n'
======================================================================
FAIL: python_tests.filter_test.test_unicode_regex_match
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\filter_test.py", line 150, in test_unicode_regex_match
eq_(expr.evaluate(f),True) # 1 == True
AssertionError: False != True
======================================================================
FAIL: python_tests.filter_test.test_unicode_regex_replace
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\filter_test.py", line 171, in test_unicode_regex_replace
eq_(expr.evaluate(f), u'Q u é b e c')
AssertionError: u'Q u \u8305 b e c' != u'Q u \xe9 b e c'
======================================================================
FAIL: python_tests.filter_test.test_expressions_with_null_equality
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\filter_test.py", line 253, in test_expressions_with_null_equality
eq_(f["prop"],eq[0])
AssertionError: -2147483648 != 2147483648L
======================================================================
FAIL: python_tests.filter_test.test_expressions_with_null_equality2
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\filter_test.py", line 268, in test_expressions_with_null_equality2
eq_(f["prop"],eq[0])
AssertionError: -2147483648 != 2147483648L
======================================================================
FAIL: python_tests.filter_test.test_expressions_for_thruthyness
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\filter_test.py", line 301, in test_expressions_for_thruthyness
eq_(f["prop"],eq[0])
AssertionError: -2147483648 != 2147483648L
======================================================================
FAIL: python_tests.mapnik_config_test.test_mapnik_config_no_args
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\mapnik_config_test.py", line 12, in test_mapnik_config_no_args
eq_(process.returncode,1)
AssertionError: 0 != 1
======================================================================
FAIL: python_tests.mapnik_config_test.test_mapnik_config_help
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\mapnik_config_test.py", line 20, in test_mapnik_config_help
eq_('Usage: mapnik-config ' in result[0],True)
AssertionError: False != True
======================================================================
FAIL: python_tests.mapnik_config_test.test_mapnik_config_help_short
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\mapnik_config_test.py", line 27, in test_mapnik_config_help_short
eq_('Usage: mapnik-config ' in result[0],True)
AssertionError: False != True
======================================================================
FAIL: python_tests.mapnik_config_test.test_mapnik_config_valid_opts
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\mapnik_config_test.py", line 59, in test_mapnik_config_valid_opts
eq_(len(result[0]) > 1,True,cmd)
AssertionError: mapnik-config -h
======================================================================
FAIL: python_tests.mapnik_config_test.test_mapnik_config_invalid_option
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\mapnik_config_test.py", line 68, in test_mapnik_config_invalid_option
eq_(result[1],'unknown option --invalid-does-not-exist\n')
AssertionError: '' != 'unknown option --invalid-does-not-exist\n'
======================================================================
FAIL: python_tests.mapnik_config_test.test_mapnik_config_valid_and_invalid_option
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\mapnik_config_test.py", line 75, in test_mapnik_config_valid_and_invalid_option
eq_('-lmapnik' in result[0],True)
AssertionError: False != True
======================================================================
FAIL: python_tests.sqlite_test.test_that_64bit_int_fields_work
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\nose-1.3.0-py2.7.egg\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "E:\OpenSource\mapnik\tests\python_tests\sqlite_test.py", line 376, in test_that_64bit_int_fields_work
eq_(feat['bigint'],2147483648)
AssertionError: -2147483648 != 2147483648L
----------------------------------------------------------------------
Ran 513 tests in 32.406s
FAILED (TODO=5, errors=27, failures=16)
@springmeyer
Copy link

yeah, I have the same test failures basically - minus the ones I've just fixed. Thanks for posting!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment