Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7367 closed defect (bug) (fixed)

test_bp_core_ajax_url() doesn't correctly test forced HTTPS in wp-admin

Reported by: djpaul's profile DJPaul Owned by: djpaul's profile djpaul
Milestone: 2.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Cc:

Description

After r11254, our test test_bp_core_ajax_url is failing because we are no longer setting $_SERVER['HTTPS'] in go_to(), so we need to do so explicitly here.

Change History (1)

#1 @djpaul
8 years ago

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

In 11255:

Tests: fix test_bp_core_ajax_url() not passing after r11254.

Fixes #7367

Note: See TracTickets for help on using tickets.