Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent core tests when testing core only and then tiles #26

Open
rcasscslt opened this issue Nov 18, 2016 · 0 comments
Open

Inconsistent core tests when testing core only and then tiles #26

rcasscslt opened this issue Nov 18, 2016 · 0 comments

Comments

@rcasscslt
Copy link

Ran the core test and passed all tests . Then ran the tiles test with the same geopackage and failed on two Core requirements that were false failures.

Bad Spatial Reference System table (gpkg_spatial_ref_sys): Required column srs_id is defined as: Type: **INTEGER** 

not null: false 

default value: null 

primary key: true 

unique: true but should be: Type: **INTEGER** 

not null: true 

default value: null 

primary key: true 

unique: true 

and

 	Required column table_name is defined as: Type: TEXT 

not null: false 

default value: null 

primary key: true 

unique: true but should be: Type: TEXT 

not null: true 

default value: null 

primary key: true 

unique: true 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant