398c398 < index 0000000..47826a6 --- > index 0000000..2163b20 401c401 < @@ -0,0 +1,94 @@ --- > @@ -0,0 +1,88 @@ 423,429d422 < + * The main user for testing. < + * < + * @var object < + */ < + protected $blocking_user; < + < + /** 445,446c438,439 < + $this->banning_user = $this->drupalCreateUser(array('ban IP addresses')); < + $this->drupalLogin($this->banning_user); --- > + $admin_user = $this->drupalCreateUser(array('ban IP addresses')); > + $this->drupalLogin($admin_user); 488c481,482 < + // Submit your own IP address. This fails, although it works when testing manually. --- > + // Submit your own IP address. This fails, although it works when testing > + // manually.