summaryrefslogtreecommitdiff
path: root/Tests/CTestUpdateSVN.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-18 11:01:24 -0500
committerBrad King <brad.king@kitware.com>2009-12-18 11:01:24 -0500
commit918355632c0a0b2156f4921a317f5cff40afee04 (patch)
tree38eafc12b1c954a9b861bbc7b4601bd4de9b34f7 /Tests/CTestUpdateSVN.cmake.in
parenta4cdd73636041f032597f12a96f74cd277e6f791 (diff)
downloadcmake-918355632c0a0b2156f4921a317f5cff40afee04.tar.gz
Test for SVNPath element in Update.xml
The commit "Submit Subversion directory path in Update.xml" added the element <SVNPath>...</SVNPath> to Update.xml for Subversion work trees. This commit teaches the CTest.UpdateSVN test to verify the presence of the element.
Diffstat (limited to 'Tests/CTestUpdateSVN.cmake.in')
-rw-r--r--Tests/CTestUpdateSVN.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in
index 57d72fd440..509597b0f3 100644
--- a/Tests/CTestUpdateSVN.cmake.in
+++ b/Tests/CTestUpdateSVN.cmake.in
@@ -5,6 +5,7 @@
# Test in a directory next to this script.
get_filename_component(TOP "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(TOP "${TOP}/@CTestUpdateSVN_DIR@")
+set(UPDATE_GLOBAL_ELEMENTS SVNPath)
# Include code common to all update tests.
include("@CMAKE_CURRENT_SOURCE_DIR@/CTestUpdateCommon.cmake")