Changeset 49593

Show
Ignore:
Timestamp:
10/16/06 11:38:57 (2 years ago)
Author:
bdelbosc
Message:

update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • funkload/trunk/CHANGES.txt

    r49268 r49593  
    2828~~~~~~~~~~~~ 
    2929 
     30* # 1283_: Patching webunit to support http proxy by checking $http_proxy 
     31  env. Thanks to Greg. 
     32 
    3033* Patching webunit mimeEncode method to send CRLF as describe in RFC 1945 
    3134  3.6.2, patch provided by Ivan Kurmanov. 
     
    3740* FunkLoadTestCase.conf_getList accept a separator parameter 
    3841 
    39 * Upgrade to setuptools 0.6a11 
     42* Upgrade to setuptools 0.6c3 
    4043 
    4144Bug fixes 
     
    424427.. _1278: http://svn.nuxeo.org/trac/pub/ticket/1278 
    425428.. _1282: http://svn.nuxeo.org/trac/pub/ticket/1282 
     429.. _1283: http://svn.nuxeo.org/trac/pub/ticket/1283 
    426430.. _1284: http://svn.nuxeo.org/trac/pub/ticket/1284 
    427431.. _1300: http://svn.nuxeo.org/trac/pub/ticket/1300 
  • funkload/trunk/README.txt

    r49268 r49593  
    7676  - file upload and multipart/form-data submission 
    7777  - https support 
     78  - http_proxy support 
    7879 
    7980* Advanced test runner with many command-line options: 
  • funkload/trunk/THANKS

    r49268 r49593  
    55Mirko Friedenhagen: providing reports percentiles features. 
    66Ivan Kurmanov: webunit mimeEncode patch using CRLF. 
     7Greg 912: http_proxy support.