Skip to:
Content

bbPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#3089 closed defect (bug) (fixed)

Fix failing dynamic activity tests

Reported by: thebrandonallen's profile thebrandonallen Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version: trunk
Component: Extend - BuddyPress Keywords: has-patch
Cc:

Description

Attached patch does the following:

  1. Removes bbp_get_component_name() and switches back to $this->component. bbp_get_component_name() defaults to forums, but we use bbpress for activity actions.
  2. Changes the callback to use the functions names from [6370] rather than the functions names in 2794.05.patch:ticket:2794
  3. Marks dynamic group activity action tests as skipped until we find a resolution

Attachments (1)

3089.diff (3.0 KB) - added by thebrandonallen 7 years ago.

Download all attachments as: .zip

Change History (4)

@thebrandonallen
7 years ago

#2 @johnjamesjacoby
7 years ago

  • Owner set to johnjamesjacoby
  • Resolution set to fixed
  • Status changed from new to closed

In 6391:

BuddyPress: Switch activity action back to $this->component and skip groups tests.

Proprs thebrandonallen. Fixes #3089.

#3 @johnjamesjacoby
7 years ago

In 6392:

BuddyPress: Missed the skipping of groups tests. Proprs thebrandonallen. Fixes #3089.

Note: See TracTickets for help on using tickets.