[Cmake-commits] [cmake-commits] hoffman committed curltest.c 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 2 16:40:06 EST 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl/Testing
In directory public:/mounts/ram/cvs-serv24709/Testing

Modified Files:
	curltest.c 
Log Message:
ENH: disable ftp check because it is no longer active on public


Index: curltest.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/Testing/curltest.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** curltest.c	24 Jun 2005 13:02:16 -0000	1.1
--- curltest.c	2 Dec 2008 21:40:04 -0000	1.2
***************
*** 138,142 ****
  
    /* Do not check the output of FTP socks5 cannot handle FTP yet */
!   GetFtpFile();
    curl_global_cleanup();
    return retVal;
--- 138,143 ----
  
    /* Do not check the output of FTP socks5 cannot handle FTP yet */
!   /* GetFtpFile(); */
!   /* do not test ftp right now because we don't enable that port */
    curl_global_cleanup();
    return retVal;



More information about the Cmake-commits mailing list