Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

Status: Active » Needs review
FileSize
228.59 KB

Something in UserBlocksTest.php is failing on my windows machine...
I don't think it's a problem for the testbot but maybe something else is going on...

// Check that the user login block is not vulnerable to information
    // disclosure to third party sites.
    $this->drupalLogout();
    $this->drupalPost('http://example.com/', $edit, t('Log in'), array('external' => FALSE));
    // Check that we remain on the site after login.
    $this->assertEqual(url('user/' . $user->uid, array('absolute' => TRUE)), $this->getUrl(), t('Redirected to user profile page after login from the frontpage'));
RobLoach’s picture

#1: 1594260-user-tests-1.patch queued for re-testing.

RobLoach’s picture

Status: Needs review » Reviewed & tested by the community
aspilicious’s picture

FileSize
228.8 KB

Reroll...

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.