diff options
author | Brad King <brad.king@kitware.com> | 2009-02-23 20:59:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-23 20:59:20 (GMT) |
commit | 430b376a5b892d8536e78eb20c576db6923046e0 (patch) | |
tree | b338bc1ff1d75f97c73f14f0851f8e4bc71be759 | |
parent | 5b49f22cafba29e044737fbfafa38fdfebd9d8e2 (diff) | |
download | CMake-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.
-rw-r--r-- | Tests/CTestUpdateSVN.cmake.in | 2 |
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. |