From 430b376a5b892d8536e78eb20c576db6923046e0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 23 Feb 2009 15:59:20 -0500 Subject: [PATCH] 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. --- Tests/CTestUpdateSVN.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in index e3b1b5ecd..8ff2a3d38 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.