Skip to content

Commit

Permalink
[Ili2pgValidate] add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Mar 13, 2024
1 parent bdf7c9a commit 67c550d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ tasks.register('schemaimport', Ili2pgImportSchema) {
coalesceMultiSurface = true
coalesceMultiLine = true
createBasketCol = true
createGeomIdx = true
createFk = true
createFkIdx = true
createTidCol = true
defaultSrsAuth = "EPSG"
defaultSrsCode = "2056"
Expand Down Expand Up @@ -58,7 +55,6 @@ tasks.register('importdataset2', Ili2pgImport) {
tasks.register('validate', Ili2pgValidate) {
dependsOn 'importdataset2'
database = [db_uri, db_user, db_pass]
//models = "SO_AFU_Schutzbauten_20231212"
modeldir = rootProject.projectDir.toString() + ";http://models.interlis.ch"
dbschema = db_schema
dataset = ["agi.testeinzelobjekt1", "agi.testeinzelobjekt2"]
Expand Down

0 comments on commit 67c550d

Please sign in to comment.