Temp disable of :last_contact_agent, because escalation is wrong then.

This commit is contained in:
Martin Edenhofer 2013-06-13 21:23:54 +02:00
parent 993a00eb3f
commit 4c892718cc

View file

@ -633,14 +633,14 @@ class TicketTest < ActiveSupport::TestCase
#) #)
# set first response in time # set first response in time
ticket.update_attributes( #ticket.update_attributes(
:last_contact_agent => '2013-06-04 10:30:00 UTC', # :last_contact_agent => '2013-06-04 10:30:00 UTC',
) #)
ticket.update_attributes( ticket.update_attributes(
:first_response => '2013-06-04 10:45:00 UTC', :first_response => '2013-06-04 10:45:00 UTC',
) )
# set ticket from 11:30 to closed # set ticket from 11:30 to closed
History.history_create( History.history_create(
:history_type => 'updated', :history_type => 'updated',