Sha256: 80db33b4644b8e9dc82b00e480ff32853c3b221cfec392e529906650eaa0a869

Contents?: true

Size: 254 Bytes

Versions: 13

Compression:

Stored size: 254 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), 'helper'))

class TestCurbCurlMaxFileSize < Test::Unit::TestCase
  def setup
    @easy = Curl::Easy.new
  end

  def test_maxfilesize
    @easy.set(Curl::CURLOPT_MAXFILESIZE, 5000000)
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
curb-1.0.9 tests/tc_curl_maxfilesize.rb
curb-1.0.8 tests/tc_curl_maxfilesize.rb
curb-1.0.7 tests/tc_curl_maxfilesize.rb
curb-1.0.6 tests/tc_curl_maxfilesize.rb
curb-1.0.5 tests/tc_curl_maxfilesize.rb
curb-1.0.4 tests/tc_curl_maxfilesize.rb
curb-1.0.3 tests/tc_curl_maxfilesize.rb
curb-1.0.2 tests/tc_curl_maxfilesize.rb
curb-1.0.1 tests/tc_curl_maxfilesize.rb
curb-1.0.0 tests/tc_curl_maxfilesize.rb
curb-0.9.11 tests/tc_curl_maxfilesize.rb
curb-0.9.10 tests/tc_curl_maxfilesize.rb
curb-0.9.9 tests/tc_curl_maxfilesize.rb