[Cmake-commits] [cmake-commits] king committed CTestUpdateSVN.cmake.in 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 23 15:59:22 EST 2009


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv20524/Tests

Modified Files:
	CTestUpdateSVN.cmake.in 
Log Message:
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.


Index: CTestUpdateSVN.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestUpdateSVN.cmake.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CTestUpdateSVN.cmake.in	23 Feb 2009 20:59:07 -0000	1.2
--- CTestUpdateSVN.cmake.in	23 Feb 2009 20:59:20 -0000	1.3
***************
*** 21,25 ****
  file(MAKE_DIRECTORY ${TOP}/config)
  set(SVNCMD ${SVN} --config-dir ${TOP}/config)
! set(SVNUSER --username testauthor --non-interactive)
  
  #-----------------------------------------------------------------------------
--- 21,25 ----
  file(MAKE_DIRECTORY ${TOP}/config)
  set(SVNCMD ${SVN} --config-dir ${TOP}/config)
! set(SVNUSER --username "test author" --non-interactive)
  
  #-----------------------------------------------------------------------------



More information about the Cmake-commits mailing list