summaryrefslogtreecommitdiffstats
path: root/Tests/CTestUpdateSVN.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-23 20:59:20 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-23 20:59:20 (GMT)
commit430b376a5b892d8536e78eb20c576db6923046e0 (patch)
treeb338bc1ff1d75f97c73f14f0851f8e4bc71be759 /Tests/CTestUpdateSVN.cmake.in
parent5b49f22cafba29e044737fbfafa38fdfebd9d8e2 (diff)
downloadCMake-430b376a5b892d8536e78eb20c576db6923046e0.zip
CMake-430b376a5b892d8536e78eb20c576db6923046e0.tar.gz
CMake-430b376a5b892d8536e78eb20c576db6923046e0.tar.bz2
ENH: Test svn updates with space in author name
This enhances the CTest.UpdateSVN test with a space in the test author name. It will check that author name parsing works correctly.
Diffstat (limited to 'Tests/CTestUpdateSVN.cmake.in')
-rw-r--r--Tests/CTestUpdateSVN.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in
index e3b1b5e..8ff2a3d 100644
--- a/Tests/CTestUpdateSVN.cmake.in
+++ b/Tests/CTestUpdateSVN.cmake.in
@@ -20,7 +20,7 @@ message(" svnadmin = ${SVNADMIN}")
# Isolate svn test operations from the user configuration.
file(MAKE_DIRECTORY ${TOP}/config)
set(SVNCMD ${SVN} --config-dir ${TOP}/config)
-set(SVNUSER --username testauthor --non-interactive)
+set(SVNUSER --username "test author" --non-interactive)
#-----------------------------------------------------------------------------
# Initialize the testing directory.