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.
This commit is contained in:
Brad King 2009-02-23 15:59:20 -05:00
parent 5b49f22caf
commit 430b376a5b
1 changed files with 1 additions and 1 deletions

View File

@ -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.