Ticket #9858: successful_test.log

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