Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1601

Show
Ignore:
Timestamp:
08/01/05 23:25:58 (3 years ago)
Author:
nahi
Message:

split into 2 tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/soap/swa/test_file.rb

    r1520 r1601  
    4848  end 
    4949 
    50   def test_file 
     50  def test_get_file 
    5151    assert_equal( 
    5252      File.open(THIS_FILE) { |f| f.read }, 
    5353      @client.get_file['file'].content 
    5454    ) 
     55  end 
     56 
     57  def test_put_file 
    5558    assert_equal( 
    5659      "File 'foo' was received ok.",