#469: Some batch modify unit test cases are failing
------------------------+-----------------------------------------------
  Reporter:  rjollos    |      Owner:  olemis
      Type:  defect     |     Status:  accepted
  Priority:  blocker    |  Milestone:  Release 6
 Component:  trac core  |    Version:  0.4.0
Resolution:             |   Keywords:  ITicketFieldProvider ticket batch
------------------------+-----------------------------------------------
Changes (by olemis):

 * status:  new => accepted
 * component:  dashboard => trac core
 * priority:  major => blocker
 * owner:  nobody => olemis
 * milestone:   => Release 6
 * keywords:  ITicketFieldProvider => ITicketFieldProvider ticket batch


Comment:

 Replying to [ticket:469 rjollos]:
 > Several unit test cases in `trac.ticket.tests.batch.py` are failing.
 I've traced the failure of `test_add_batchmod_value_data_from_request`
 into `_get_new_ticket_values` , and
 `TicketSystem(self.env).get_ticket_fields()` is not returning `milestone`
 in the list due to the implementation of the in `ITicketFieldProvider`
 r1301116.
 >
 [...]

 The same behavior can be reproduced in `bep_0003_multiproduct` branch for
 Trac test

 {{{
 #!sh

 $ python setup.py test -m tests.ticket.batch

 [...]

 ----------------------------------------------------------------------
 Ran 25 tests in 2.643s

 OK

 }}}

 /me wondering why ...

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/469#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Reply via email to