[buddypress-trac] [BuddyPress Trac] #5876: Unit tests against unclosed tickets not being skipped correctly
buddypress-trac
noreply at wordpress.org
Tue Sep 16 01:19:03 UTC 2014
#5876: Unit tests against unclosed tickets not being skipped correctly
--------------------------+---------------------------
Reporter: boonebgorges | Owner: boonebgorges
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.1
Component: Unit Tests | Version:
Severity: normal | Resolution: fixed
Keywords: |
--------------------------+---------------------------
Changes (by boonebgorges):
* owner: => boonebgorges
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9022"]:
{{{
#!CommitTicketReference repository="" revision="9022"
Use https rather than http when querying for open Trac tickets when
running unit tests
Querying the HTTP version was causing a redirect, which in turn was
mangling
the query params and forcing Trac to return an empty CSV. As a result, all
tickets were being registered as closed, causing all tests to run.
This fix ensures that tests marked @ticket with the number of a closed
ticket
will not be run (unless the force-known-bugs flag is flipped)
Fixes #5876
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5876#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list