Sha256: 1f8626cf0fe48da8d0606a8bf14b093063003aa6fa19229ae0cd5cd2fc799b00

Contents?: true

Size: 220 Bytes

Versions: 11

Compression:

Stored size: 220 Bytes

Contents

require 'helper'

class TestGetUserID < ActiveSupport::TestCase
  context "A SugarCRM.connection" do
    should "get the ID of the logged in user" do
      assert true, SugarCRM.connection.get_user_id  
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
sugarcrm_emp-0.10.5 test/connection/test_get_user_id.rb
sugarcrm_emp-0.10.1 test/connection/test_get_user_id.rb
sugarcrm_emp-0.10.0 test/connection/test_get_user_id.rb
sugarcrm-0.9.18 test/connection/test_get_user_id.rb
sugarcrm-0.9.17 test/connection/test_get_user_id.rb
sugarcrm-0.9.16 test/connection/test_get_user_id.rb
sugarcrm-0.9.15 test/connection/test_get_user_id.rb
sugarcrm-0.9.14 test/connection/test_get_user_id.rb
sugarcrm-0.9.13 test/connection/test_get_user_id.rb
sugarcrm-0.9.12 test/connection/test_get_user_id.rb
sugarcrm-0.9.11 test/connection/test_get_user_id.rb