Guest User

Untitled

a guest
Dec 10th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. 1) Failure:
  2. test: merging buyer register should merge only buyer notes when master and duplicate register are for the same listing. (ClientDeduplicationTest)
  3. [test/unit/deduplication/client_deduplication_test.rb:129:in `__bind_1315201102_721139'
  4. .bundle/ruby/1.8/gems/shoulda-2.11.3/lib/shoulda/context.rb:382:in `call'
  5. .bundle/ruby/1.8/gems/shoulda-2.11.3/lib/shoulda/context.rb:382:in `test: merging buyer register should merge only buyer notes when master and duplicate register are for the same listing. '
  6. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
  7. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
  8. <[#<BuyerNote buyer_noteid_pk: 8, added_by_fk: 3, date_added: "2011-09-05", time_added: "2000-01-01 00:00:00", notes: "Accusamus sit voluptas qui.", buyer_regid_fk: 13, confidential: false>]> expected but was
  9. <#<BuyerNote buyer_noteid_pk: 8, added_by_fk: 3, date_added: "2011-09-05", time_added: "2000-01-01 00:00:00", notes: "Accusamus sit voluptas qui.", buyer_regid_fk: 14, confidential: false>>.
  10.  
  11. diff:
  12. - [#<BuyerNote buyer_noteid_pk: 8, added_by_fk: 3, date_added: "2011-09-05", time_added: "2000-01-01 00:00:00", notes: "Accusamus sit voluptas qui.", buyer_regid_fk: 13, confidential: false>]
  13. ? - ^ -
  14. + #<BuyerNote buyer_noteid_pk: 8, added_by_fk: 3, date_added: "2011-09-05", time_added: "2000-01-01 00:00:00", notes: "Accusamus sit voluptas qui.", buyer_regid_fk: 14, confidential: false>
  15. ? ^
  16.  
  17. folded diff:
  18. - [#<BuyerNote buyer_noteid_pk: 8, added_by_fk: 3, date_added: "2011-09-05", tim
  19. ? -
  20. + #<BuyerNote buyer_noteid_pk: 8, added_by_fk: 3, date_added: "2011-09-05", time
  21. ? +
  22. - e_added: "2000-01-01 00:00:00", notes: "Accusamus sit voluptas qui.", buyer_re
  23. ? -
  24. + _added: "2000-01-01 00:00:00", notes: "Accusamus sit voluptas qui.", buyer_reg
  25. ? +
  26. - gid_fk: 13, confidential: false>]
  27. ? - ^ -
  28. + id_fk: 14, confidential: false>
  29. ? ^
  30.  
  31. 2) Failure:
  32. test_search_by_name(Clients::ConditionsTest)
  33. [/test/assertions/array.rb:19:in `assert_includes'
  34. test/unit/presenters/clients/conditions_test.rb:27:in `test_search_by_name'
  35. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
  36. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
  37. [] expected to include #<Client clientid_pk: 303, client_type: "PERSON", firstname: "John", surname: "Aikenhead", legalname: nil, attention: nil, salutation: nil, job_title: nil, international: false, pref_phone_bh: nil, phone_bh: nil, pref_phone_ah: nil, phone_ah: nil, pref_fax: nil, fax: nil, pref_mobile: nil, mobile: nil, email: "john_aiken-head@example.com", website: nil, dob: nil, source: nil, permit_email: nil, permit_sms: nil, permit_letter: nil, price_from: nil, price_to: nil, beds: nil, baths: nil, carspace: nil, garages: nil, suburbs: nil, house_size_from: nil, house_size_to: nil, house_measure_from: nil, house_measure_to: nil, land_size_from: nil, land_size_to: nil, land_measure_from: nil, land_measure_to: nil, property_types: nil, categories: nil, subcategories: nil, other_categories: nil, building_materials: nil, property_features: nil, property_views: nil, property_styles: nil, buying_criteria_notes: nil, critical_info: nil, alert_critical_info: false, preferred_notification: nil, rent_price_min: nil, rent_price_max: nil, rent_beds_min: nil, rent_beds_max: nil, rent_property_types: nil, rent_categories: nil, rent_subcategories: nil, rent_other_categories: nil, rent_building_materials: nil, rent_property_features: nil, rent_property_views: nil, RENT_property_styles: nil, rent_suburbs: nil, bank: nil, branch: nil, bsb: nil, account_no: nil, account_name: nil, credit_card_type: nil, credit_card_name: nil, credit_card_no: nil, credit_card_expiry: nil, created_at: "2011-09-05 15:39:24", updated_at: "2011-09-05 15:39:24", createdby_staffid_fk: nil, propertyid_fk: nil, postal_propertyid_fk: nil, businessid_fk: nil, skype_username: nil, bdoc_clientid: nil, cw_password: nil, status: :ACTIVE, external_reference_id: nil, ts: "2011-09-05 15:39:24", dav_code: nil, business_name: nil>.
  38. <false> is not true.
  39.  
  40. 3) Failure:
  41. test_search_by_postal_address(Clients::ConditionsTest)
  42. [/test/assertions/array.rb:19:in `assert_includes'
  43. /test/assertions/array.rb:17:in `assert_includes'
  44. /test/assertions/array.rb:17:in `each'
  45. /test/assertions/array.rb:17:in `assert_includes'
  46. test/unit/presenters/clients/conditions_test.rb:58:in `test_search_by_postal_address'
  47. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
  48. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
  49. [312] expected to include 311.
  50. <false> is not true.
  51.  
  52. 4) Failure:
  53. test_search_by_residential_address(Clients::ConditionsTest)
  54. [/test/assertions/array.rb:19:in `assert_includes'
  55. /test/assertions/array.rb:17:in `assert_includes'
  56. /test/assertions/array.rb:17:in `each'
  57. /test/assertions/array.rb:17:in `assert_includes'
  58. test/unit/presenters/clients/conditions_test.rb:58:in `test_search_by_residential_address'
  59. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
  60. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
  61. [319] expected to include 318.
  62. <false> is not true.
  63.  
  64. 5) Failure:
  65. test_should_validate_url(PortalLoader::Models::RevPhotoTest)
  66. [/test/assertions/array.rb:19:in `assert_includes'
  67. test/unit/portal_loader/models/rev_photo_test.rb:15:in `test_should_validate_url'
  68. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
  69. .bundle/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
  70. ["Url is not a valid URL: this is not a url"] expected to include "Image url is not a valid URL: this is not a url".
  71. <false> is not true.
Add Comment
Please, Sign In to add comment