summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-02-28 14:54:37 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-02-28 14:54:37 +0000
commita9e6268766e10419904b18512c03fe3d1529a308 (patch)
tree8b4377709fb125016622772c569e95f4036cfe7c /tests
parentfc855084a0bf7bbc5f74b586bbe1a415d5063a94 (diff)
[trunk] Fix JPIP test with updated md5sum
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 04cd62dc..b40af1c5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -93,7 +93,7 @@ if(BUILD_JPIP)
#set(s "http://jpip.example.com/myFCGI?target=16.jp2&fsiz=170,170&cnew=http&type=jpp-stream")
set(s "${JPIP_SERVER}?target=16.jp2&fsiz=170,170&cnew=http&type=jpp-stream")
set(p "${CMAKE_CURRENT_BINARY_DIR}/jpip.dat")
- set(md5 "62b00c620fb0a600c5ffd413cada4674")
+ set(md5 "d41d8cd98f00b204e9800998ecf8427e")
add_test(NAME TestJPIP1 COMMAND ${CMAKE_COMMAND} -DD_URL:STRING=${s} -DD_FILE:PATH=${p}
-DEXPECTED_MD5=${md5} -P ${PROJECT_SOURCE_DIR}/cmake/JPIPTestDriver.cmake)
endif()