Browse Source

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.
Brad King 17 years ago
parent
commit
430b376a5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/CTestUpdateSVN.cmake.in

+ 1 - 1
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.