Skip to content

Commit

Permalink
Merge pull request #2196 from avancinirodrigo/master
Browse files Browse the repository at this point in the history
Fixing WMS problem from TerraLib 5.3
  • Loading branch information
pedro-andrade-inpe authored Apr 19, 2018
2 parents 3625e8a + 05c72a1 commit 15bc6c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/gis/tests/functional/basic/TerraLib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ return {
unitTest:assertEquals(t1, t2)
end,
getVersion = function(unitTest)
unitTest:assertEquals(TerraLib().getVersion(), "5.3.1")
unitTest:assertEquals(TerraLib().getVersion(), "5.3.2")
end,
createProject = function(unitTest)
local happyPath = function()
Expand Down Expand Up @@ -216,15 +216,15 @@ return {
File("various.tview"):delete()

-- web services
proj = {}
proj.file = filePath("test/webservice.qgs", "gis")
TerraLib().createProject(proj)

local wmsDir = Directory("wms")
if wmsDir:exists() then
wmsDir:delete()
end

proj = {}
proj.file = filePath("test/webservice.qgs", "gis")
TerraLib().createProject(proj)

layerInfo = TerraLib().getLayerInfo(proj, "LANDSAT2013")
unitTest:assertEquals(layerInfo.name, "LANDSAT2013")
unitTest:assertEquals(layerInfo.rep, "raster")
Expand Down
2 changes: 1 addition & 1 deletion test/log/basic-version.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Compiled with:
Lua 5.3.2
Qt 5.6.0
Qwt 6.1.2
TerraLib 5.3.1
TerraLib 5.3.2

0 comments on commit 15bc6c1

Please sign in to comment.