Guest User

Untitled

a guest
Jun 22nd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. 1)
  2. Spec::Mocks::MockExpectationError in 'SeatAssignment should prepare the data for printing the ticket'
  3. Mock 'Time' received unexpected message :hour with (no args)
  4. /u/apps/ticketsolve/v_1-80-4/app/models/event.rb:1076:in `start_time'
  5. /u/apps/ticketsolve/v_1-80-4/app/models/seat_assignment.rb:260:in `printable_pages'
  6. ./spec/models/seat_assignment_spec.rb:309:
  7.  
  8. 2)
  9. Spec::Mocks::MockExpectationError in 'CreditCardPayment should void payment and ensure correct sub account used in void request'
  10. Mock 'RealexVoidRequest_1011' received unexpected message :account with (no args)
  11. /u/apps/ticketsolve/v_1-80-4/vendor/plugins/realex/lib/mock_realex_payment_gateway.rb:9:in `process_request'
  12. /u/apps/ticketsolve/v_1-80-4/app/models/credit_card_payment.rb:195:in `void!'
  13. /u/apps/ticketsolve/v_1-80-4/app/models/credit_card_payment.rb:189:in `void!'
  14. ./spec/models/credit_card_payment_spec.rb:202:
  15.  
  16. 3)
  17. Spec::Mocks::MockExpectationError in 'AllocationService seating best available should allocate best available for an event - ta is not seated i.e. should not pick seats'
  18. #<AllocationService:0xea869d0> expected :allocate! with (#<Cart id: 10651604, created_at: "2009-07-07 19:43:08", customer_id: 8905061, amends_order_id: nil, order_type: nil, deleteable: true, account_id: 1005, lock_version: 0, promotion_code_id: 2554361, source_id: 8525379, source_other: nil>, #<TicketAllocation id: 8573981, name: "Default", master_allocation_id: 8557782, booked: 0, templocked: 0, pricing_scheme_id: 8526595, size: 24, deleteable: true, created_on: "2009-07-07 19:43:07", updated_on: "2009-07-07 19:43:07", active: true, allocation_type: "public", min_size: 0, show_companies: false, priority: 0, lock_version: 0, type: nil, color: nil>, #<TicketPrice id: 8582584, pricing_scheme_id: 8526595, name: "Adult", price: 10.0, group_size: 1, priority: nil, created_on: "2009-07-07 19:43:02", updated_on: "2009-07-07 19:43:02", deleteable: true, mutliple_ticket_print: false, active: true, lock_version: 0>, 1, []) but received it with (#<Cart id: 10651604, created_at: "2009-07-07 19:43:08", customer_id: 8905061, amends_order_id: nil, order_type: nil, deleteable: true, account_id: 1005, lock_version: 0, promotion_code_id: 2554361, source_id: 8525379, source_other: nil>, #<TicketAllocation id: 8573982, name: "Default", master_allocation_id: 8557783, booked: 0, templocked: 0, pricing_scheme_id: 8526595, size: 24, deleteable: true, created_on: "2009-07-07 19:43:07", updated_on: "2009-07-07 19:43:07", active: true, allocation_type: "public", min_size: 0, show_companies: false, priority: 0, lock_version: 0, type: nil, color: nil>, #<TicketPrice id: 8582584, pricing_scheme_id: 8526595, name: "Adult", price: 10.0, group_size: 1, priority: nil, created_on: "2009-07-07 19:43:02", updated_on: "2009-07-07 19:43:02", deleteable: true, mutliple_ticket_print: false, active: true, lock_version: 0>, 1, [#<SeatAssignment id: 8872829, booking_id: nil, assigned: false, lock_version: 0, comment: "", blocked: false, row: "A", number: 1, section: "A", templock_id: nil, allocation_priority: 1, deleteable: true, master_allocation_id: 8557783, active: true, x: 0, y: 0, ticket_allocation_id: nil>])
  19. /u/apps/ticketsolve/v_1-80-4/app/models/allocation_service.rb:638:in `allocate_best_available!'
  20. /u/apps/ticketsolve/v_1-80-4/app/models/allocation_service.rb:632:in `allocate_best_available!'
  21. /u/apps/ticketsolve/v_1-80-4/app/models/allocation_service.rb:629:in `each'
  22. /u/apps/ticketsolve/v_1-80-4/app/models/allocation_service.rb:629:in `allocate_best_available!'
  23. /u/apps/ticketsolve/v_1-80-4/app/models/allocation_service.rb:626:in `each'
  24. /u/apps/ticketsolve/v_1-80-4/app/models/allocation_service.rb:626:in `allocate_best_available!'
  25. ./spec/models/allocation_service_spec.rb:2305:
  26.  
  27. 4)
  28. ActiveRecord::StatementInvalid in 'Ticketsolve::SalesController real should not apply any filter when no program show event is passed'
  29. Mysql::Error: Unknown column 'shows' in 'field list': SELECT shows AS title, SUM(line_item_quantity) AS tickets
  30. from
  31. line_item_facts
  32. where
  33. line_item_facts.id in (select id from selected_fact_ids_foo1246993620_super_user)
  34. and
  35. line_item_total = 0
  36. group by
  37. shows
  38. /u/apps/ticketsolve/v_1-80-4/app/helpers/ticketsolve/views_modules/line_items_analyses.rb:936:in `select_all'
  39. /u/apps/ticketsolve/v_1-80-4/app/helpers/ticketsolve/views_modules/line_items_analyses.rb:211:in `comp_analysis_by'
  40. /u/apps/ticketsolve/v_1-80-4/app/helpers/ticketsolve/views_modules/line_items_analyses.rb:187:in `comp_analysis_by_shows'
  41. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve/sales_controller.rb:124:in `send'
  42. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve/sales_controller.rb:124:in `analysis'
  43. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve_controller.rb:44:in `set_context'
  44. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  45. ./spec/controllers/ticketsolve/sales_controller_spec.rb:210:
  46.  
  47. 5)
  48. Spec::Mocks::MockExpectationError in 'Ticketsolve::PrintBatchesController should create an event batch'
  49. Mock 'EventPrintBatch' received unexpected message :printables with (no args)
  50. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve/print_batches_controller.rb:197:in `render_xml_print_batch_if_not_empty'
  51. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve/print_batches_controller.rb:195:in `render_xml_print_batch_if_not_empty'
  52. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve/print_batches_controller.rb:192:in `render_xml_print_batch_if_not_empty'
  53. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve/print_batches_controller.rb:56:in `create_event_batch'
  54. /u/apps/ticketsolve/v_1-80-4/app/controllers/ticketsolve_controller.rb:44:in `set_context'
  55. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  56. ./spec/controllers/ticketsolve/print_batches_controller_spec.rb:72:
  57.  
  58. 6)
  59. 'ShowsController Routing Errors should render standard 404 for UnknownAction' FAILED
  60. expected: "404",
  61. got: "200" (using ==)
  62. ./spec/controllers/shows_controller_spec.rb:32:
  63.  
  64. 7)
  65. 'ShowsController Routing Errors should render standard 404 for UnknownController' FAILED
  66. expected: "404",
  67. got: "200" (using ==)
  68. ./spec/controllers/shows_controller_spec.rb:37:
  69.  
  70. 8)
  71. 'EventsController Routing Errors should render standard 404 for UnknownAction' FAILED
  72. expected: "404",
  73. got: "200" (using ==)
  74. ./spec/controllers/events_controller_spec.rb:16:
  75.  
  76. 9)
  77. 'EventsController Routing Errors should render standard 404 for UnknownController' FAILED
  78. expected: "404",
  79. got: "200" (using ==)
  80. ./spec/controllers/events_controller_spec.rb:21:
  81.  
  82. 10)
  83. Spec::Mocks::MockExpectationError in 'ApplicationTestController2 should render nothing with a 404 error if accessed with a subdomain_account'
  84. Mock 'Account_1041' received unexpected message :to_i with (no args)
  85. (eval):21:in `null_object'
  86. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  87. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  88. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  89. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  90. ./spec/controllers/application_controller_spec.rb:341:
  91.  
  92. 11)
  93. Spec::Mocks::MockExpectationError in 'ApplicationTestController2 should render nothing with a 404 error if accessed using the HOME_SERVER host but with a subdomain_account in the query params'
  94. Mock 'Account_1043' received unexpected message :to_i with (no args)
  95. (eval):21:in `null_object'
  96. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  97. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  98. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  99. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  100. ./spec/controllers/application_controller_spec.rb:364:
  101.  
  102. 12)
  103. Spec::Mocks::MockExpectationError in 'ApplicationTestController2 should render nothing with a 404 error if accessed using the HOME_SERVER host but with a subdomain_account in the session'
  104. Mock 'Account_1045' received unexpected message :to_i with (no args)
  105. (eval):21:in `null_object'
  106. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  107. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  108. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  109. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  110. ./spec/controllers/application_controller_spec.rb:381:
  111.  
  112. 13)
  113. Spec::Mocks::MockExpectationError in 'ApplicationTestController with locales should set locale based on param[:locale]'
  114. Mock 'Account_1047' received unexpected message :to_i with (no args)
  115. (eval):21:in `null_object'
  116. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  117. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  118. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  119. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  120. ./spec/controllers/application_controller_spec.rb:244:
  121.  
  122. 14)
  123. Spec::Mocks::MockExpectationError in 'ApplicationTestController with locales should set locale based on session[:locale]'
  124. Mock 'Account_1049' received unexpected message :to_i with (no args)
  125. (eval):21:in `null_object'
  126. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  127. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  128. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  129. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  130. ./spec/controllers/application_controller_spec.rb:262:
  131.  
  132. 15)
  133. Spec::Mocks::MockExpectationError in 'ApplicationTestController with locales should set locale based on URI (ES)'
  134. Mock 'Account_1051' received unexpected message :to_i with (no args)
  135. (eval):21:in `null_object'
  136. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  137. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  138. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  139. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  140. ./spec/controllers/application_controller_spec.rb:279:
  141.  
  142. 16)
  143. Spec::Mocks::MockExpectationError in 'ApplicationTestController with locales should set locale based on URI (EN)'
  144. Mock 'Account_1053' received unexpected message :to_i with (no args)
  145. (eval):21:in `null_object'
  146. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  147. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  148. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  149. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  150. ./spec/controllers/application_controller_spec.rb:296:
  151.  
  152. 17)
  153. Spec::Mocks::MockExpectationError in 'ApplicationTestController with locales should set locale based from default value if params, session and URI don't indicate locale'
  154. Mock 'Account_1055' received unexpected message :to_i with (no args)
  155. (eval):21:in `null_object'
  156. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  157. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  158. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  159. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  160. ./spec/controllers/application_controller_spec.rb:313:
  161.  
  162. 18)
  163. Spec::Mocks::MockExpectationError in 'ApplicationTestController should set Context.account based on the parameter subdomain_account if no subdomain is present in the hostname of the Request URI'
  164. Mock 'Account_1059' received unexpected message :to_i with (no args)
  165. (eval):21:in `null_object'
  166. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  167. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  168. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  169. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  170. ./spec/controllers/application_controller_spec.rb:119:
  171.  
  172. 19)
  173. Spec::Mocks::MockExpectationError in 'ApplicationTestController should set Context.account based on the session variable subdomain_account if the subdomain_account parameter is not present and no subdomain is present in the Request URI'
  174. Mock 'Account_1061' received unexpected message :to_i with (no args)
  175. (eval):21:in `null_object'
  176. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  177. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  178. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  179. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  180. ./spec/controllers/application_controller_spec.rb:138:
  181.  
  182. 20)
  183. Spec::Mocks::MockExpectationError in 'ApplicationTestController should set Context.account based on the hostname in the Request URI if it contains a subdomain even if a subdomain_account parameter is present'
  184. Mock 'Account_1063' received unexpected message :to_i with (no args)
  185. (eval):21:in `null_object'
  186. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  187. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  188. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  189. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  190. ./spec/controllers/application_controller_spec.rb:156:
  191.  
  192. 21)
  193. Spec::Mocks::MockExpectationError in 'ApplicationTestController should set Context.account based on the hostname in the Request URI if it contains a subdomain even if a subdomain_account session variable is present'
  194. Mock 'Account_1065' received unexpected message :to_i with (no args)
  195. (eval):21:in `null_object'
  196. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  197. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  198. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  199. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  200. ./spec/controllers/application_controller_spec.rb:175:
  201.  
  202. 22)
  203. Spec::Mocks::MockExpectationError in 'ApplicationTestController should set Context.account based on the parameter subdomain_account if no subdomain is present in the hostname of the Request URI even if a subdomain_account session variable is present'
  204. Mock 'Account_1067' received unexpected message :to_i with (no args)
  205. (eval):21:in `null_object'
  206. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  207. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  208. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  209. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  210. ./spec/controllers/application_controller_spec.rb:195:
  211.  
  212. 23)
  213. Spec::Mocks::MockExpectationError in 'ApplicationTestController should store the subdomain string used to set Context.account in the session variable subdomain_account'
  214. Mock 'Account_1069' received unexpected message :to_i with (no args)
  215. (eval):21:in `null_object'
  216. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:154:in `extract_user'
  217. /u/apps/ticketsolve/v_1-80-4/app/models/context.rb:14:in `setup'
  218. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:295:in `set_context'
  219. ./spec/helpers/ticketsolve/../../../app/controllers/application_controller.rb:120:in `filter_account'
  220. ./spec/controllers/application_controller_spec.rb:209:
  221.  
  222. Finished in 7462.088179 seconds
Add Comment
Please, Sign In to add comment