# File tests/drivers/mock/hardware_profiles_test.rb, line 40
    def test_hardware_profiles_have_name
      get_auth_url '/api/hardware_profiles'
      (last_xml_response/'hardware_profiles/hardware_profile').each do |profile|
        (profile/'name').text.should_not == nil
      end
    end