Enable additional warnings

Update Ghoul reference
Fix relative path in test_gdalwms
This commit is contained in:
Alexander Bock
2016-07-27 14:38:37 +02:00
parent f4f4e7de9e
commit 444f7b6e25
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ return {
File = "${BASE_PATH}/ScriptLog.txt"
},
ShutdownCountdown = 3,
DownloadRequestURL = "http://openspace.itn.liu.se/request.cgi",
DownloadRequestURL = "http://130.236.132.168/request.cgi",
RenderingMethod = "Framebuffer"
--RenderingMethod = "ABuffer" -- alternative: "Framebuffer"
+1 -1
View File
@@ -53,7 +53,7 @@ TEST_F(GdalWmsTest, Simple) {
std::cout << res << std::endl;
std::string testFile = absPath("../data/scene/debugglobe/map_service_configs/TERRA_CR_B143_2016-04-12.wms");
std::string testFile = absPath("${SCENE}/debugglobe/map_service_configs/TERRA_CR_B143_2016-04-12.wms");
poDataset = (GDALDataset *)GDALOpen(testFile.c_str(), GA_ReadOnly);