Skip to content

Commit

Permalink
small changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
avancinirodrigo committed Mar 26, 2020
1 parent 112579b commit 6e351ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/gis/tests/functional/basic/Project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ return {
directory = packageInfo("gis").data.."test"
}

unitTest:assertEquals(getn(proj.layers), 25)
unitTest:assertEquals(getn(proj.layers), 27)
file:deleteIfExists()

local version = ""
Expand Down Expand Up @@ -312,7 +312,8 @@ return {
spfile:copy(currentDir())

local qgp = Project {
file = File("sampa_v3.qgs")
file = File("sampa_v3.qgs"),
clean = true
}

local l1 = Layer{
Expand Down

0 comments on commit 6e351ca

Please sign in to comment.