| 1 | psql -d test_mygis -U mygis -f "D:/generic/PostgreSQL/8.3/share/contrib\lwpostgis.sql"
|
|---|
| 2 | psql -d test_mygis -U mygis -f "D:/generic/PostgreSQL/8.3/share/contrib\spatial_ref_sys.sql"
|
|---|
| 3 | Creation of spatial database test_mygis successful.
|
|---|
| 4 | Creating table django_content_type
|
|---|
| 5 | Creating table auth_permission
|
|---|
| 6 | Creating table auth_group
|
|---|
| 7 | Creating table auth_user
|
|---|
| 8 | Creating table auth_message
|
|---|
| 9 | Creating table django_site
|
|---|
| 10 | Creating table django_flatpage
|
|---|
| 11 | Creating table django_redirect
|
|---|
| 12 | Creating table django_session
|
|---|
| 13 | Creating table django_comments
|
|---|
| 14 | Creating table django_comment_flags
|
|---|
| 15 | Creating table django_admin_log
|
|---|
| 16 | Creating table geoapp_country
|
|---|
| 17 | Creating table geoapp_city
|
|---|
| 18 | Creating table geoapp_pennsylvaniacity
|
|---|
| 19 | Creating table geoapp_state
|
|---|
| 20 | Creating table geoapp_feature
|
|---|
| 21 | Creating table geoapp_minusonesrid
|
|---|
| 22 | Creating table distapp_southtexascity
|
|---|
| 23 | Creating table distapp_southtexascityft
|
|---|
| 24 | Creating table distapp_australiacity
|
|---|
| 25 | Creating table distapp_censuszipcode
|
|---|
| 26 | Creating table distapp_southtexaszipcode
|
|---|
| 27 | Creating table distapp_interstate
|
|---|
| 28 | Creating table layermap_state
|
|---|
| 29 | Creating table layermap_county
|
|---|
| 30 | Creating table layermap_countyfeat
|
|---|
| 31 | Creating table layermap_city
|
|---|
| 32 | Creating table layermap_interstate
|
|---|
| 33 | Creating table relatedapp_location
|
|---|
| 34 | Creating table relatedapp_city
|
|---|
| 35 | Installing custom SQL for geoapp.Country model
|
|---|
| 36 | Installing custom SQL for geoapp.City model
|
|---|
| 37 | Installing custom SQL for geoapp.State model
|
|---|
| 38 | Installing custom SQL for geoapp.Feature model
|
|---|
| 39 | Installing custom SQL for geoapp.MinusOneSRID model
|
|---|
| 40 | Installing custom SQL for distapp.SouthTexasCity model
|
|---|
| 41 | Installing custom SQL for distapp.SouthTexasCityFt model
|
|---|
| 42 | Installing custom SQL for distapp.AustraliaCity model
|
|---|
| 43 | Installing custom SQL for distapp.CensusZipcode model
|
|---|
| 44 | Installing custom SQL for distapp.SouthTexasZipcode model
|
|---|
| 45 | Installing custom SQL for distapp.Interstate model
|
|---|
| 46 | Installing custom SQL for layermap.County model
|
|---|
| 47 | Installing custom SQL for layermap.CountyFeat model
|
|---|
| 48 | Installing custom SQL for layermap.City model
|
|---|
| 49 | Installing custom SQL for layermap.Interstate model
|
|---|
| 50 | Installing custom SQL for relatedapp.Location model
|
|---|
| 51 | Installing index for auth.Permission model
|
|---|
| 52 | Installing index for auth.Message model
|
|---|
| 53 | Installing index for flatpages.FlatPage model
|
|---|
| 54 | Installing index for redirects.Redirect model
|
|---|
| 55 | Installing index for comments.Comment model
|
|---|
| 56 | Installing index for comments.CommentFlag model
|
|---|
| 57 | Installing index for admin.LogEntry model
|
|---|
| 58 | Installing index for layermap.County model
|
|---|
| 59 | Installing index for relatedapp.City model
|
|---|
| 60 | ...
|
|---|
| 61 | BEGIN - expecting GEOS_ERROR; safe to ignore.
|
|---|
| 62 |
|
|---|
| 63 | GEOS_ERROR: ParseException: Expected number but encountered ','
|
|---|
| 64 | GEOS_ERROR: ParseException: Unknown WKB type 255
|
|---|
| 65 |
|
|---|
| 66 | END - expecting GEOS_ERROR; safe to ignore.
|
|---|
| 67 |
|
|---|
| 68 | GEOS_ERROR: ParseException: Unexpected EOF parsing WKB
|
|---|
| 69 | .............
|
|---|
| 70 | BEGIN - expecting GEOS_NOTICE; safe to ignore.
|
|---|
| 71 |
|
|---|
| 72 | GEOS_NOTICE: Duplicate Rings at or near point 60 300
|
|---|
| 73 |
|
|---|
| 74 | END - expecting GEOS_NOTICE; safe to ignore.
|
|---|
| 75 |
|
|---|
| 76 | ............................................
|
|---|
| 77 | BEGIN - expecting out of range feature id error; safe to ignore.
|
|---|
| 78 |
|
|---|
| 79 | ERROR 1: Attempt to read shape with feature id (50000) out of available range.
|
|---|
| 80 | ERROR 1: Attempt to read shape with feature id (50000) out of available range.
|
|---|
| 81 |
|
|---|
| 82 | END - expecting out of range feature id error; safe to ignore.
|
|---|
| 83 | ....................
|
|---|
| 84 | BEGIN - expecting IllegalArgumentException; safe to ignore.
|
|---|
| 85 |
|
|---|
| 86 | ERROR 1: IllegalArgumentException: points must form a closed linestring
|
|---|
| 87 |
|
|---|
| 88 | END - expecting IllegalArgumentException; safe to ignore.
|
|---|
| 89 |
|
|---|
| 90 | ...........................................................................
|
|---|
| 91 | ----------------------------------------------------------------------
|
|---|
| 92 | Ran 155 tests in 46.677s
|
|---|
| 93 |
|
|---|
| 94 | OK
|
|---|
| 95 | Destroying test database...
|
|---|