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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Dec 3 11:21:51 EST 2008


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

Modified Files:
      Tag: CMake-2-6
	curltest.c 
Log Message:
ENH: disable ftp test on branch


Index: curltest.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/Testing/curltest.c,v
retrieving revision 1.1
retrieving revision 1.1.22.1
diff -C 2 -d -r1.1 -r1.1.22.1
*** curltest.c	24 Jun 2005 13:02:16 -0000	1.1
--- curltest.c	3 Dec 2008 16:21:49 -0000	1.1.22.1
***************
*** 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