Sha256: 0f8f0f60f8dcc781469fbfd7c9b9cbc9a87779aa4900c188cfc504f6ce65332d

Contents?: true

Size: 328 Bytes

Versions: 9

Compression:

Stored size: 328 Bytes

Contents

require 'helper'

class TestLogin < Test::Unit::TestCase
  context "A SugarCRM.connection" do
    setup do
      SugarCRM::Connection.new(URL, USER, PASS, {:register_modules => false})
    end
    should "logout and not be able to login with the old session id" do
      assert true, SugarCRM.connection.logout
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sugarcrm-0.9.1 test/connection/test_logout.rb
sugarcrm-0.9.0 test/connection/test_logout.rb
sugarcrm-0.8.2 test/connection/test_logout.rb
sugarcrm-0.8.1 test/connection/test_logout.rb
sugarcrm-0.8.0 test/connection/test_logout.rb
sugarcrm-0.7.9 test/connection/test_logout.rb
sugarcrm-0.7.8 test/connection/test_logout.rb
sugarcrm-0.7.7 test/connection/test_logout.rb
sugarcrm-0.7.2 test/connection/test_logout.rb