Sha256: 7c0c3af4d66340652890aa26aed3db2617b853e83b84fce99c4a0d710a5a81ef

Contents?: true

Size: 330 Bytes

Versions: 9

Compression:

Stored size: 330 Bytes

Contents

require 'helper'

class TestGetServerInfo < Test::Unit::TestCase
  context "A SugarCRM.connection" do
    setup do
      SugarCRM::Connection.new(URL, USER, PASS, {:register_modules => false})
    end
    should "get server info" do
      assert_instance_of String, SugarCRM.connection.get_server_info["version"]
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sugarcrm-0.9.10 test/connection/test_get_server_info.rb
sugarcrm-0.9.9 test/connection/test_get_server_info.rb
sugarcrm-0.9.8 test/connection/test_get_server_info.rb
sugarcrm-0.9.7 test/connection/test_get_server_info.rb
sugarcrm-0.9.6 test/connection/test_get_server_info.rb
sugarcrm-0.9.5 test/connection/test_get_server_info.rb
sugarcrm-0.9.4 test/connection/test_get_server_info.rb
sugarcrm-0.9.3 test/connection/test_get_server_info.rb
sugarcrm-0.9.2 test/connection/test_get_server_info.rb