updated drupal core to 7.51
This commit is contained in:
@@ -6,8 +6,8 @@ core = 7.x
|
||||
files[] = statistics.test
|
||||
configure = admin/config/system/statistics
|
||||
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
; Information added by Drupal.org packaging script on 2016-10-05
|
||||
version = "7.51"
|
||||
project = "drupal"
|
||||
datestamp = "1456343506"
|
||||
datestamp = "1475694174"
|
||||
|
||||
|
@@ -35,7 +35,7 @@ class StatisticsTestCase extends DrupalWebTestCase {
|
||||
'title' => 'test',
|
||||
'path' => 'node/1',
|
||||
'url' => 'http://example.com',
|
||||
'hostname' => '192.168.1.1',
|
||||
'hostname' => '1.2.3.3',
|
||||
'uid' => 0,
|
||||
'sid' => 10,
|
||||
'timer' => 10,
|
||||
@@ -268,7 +268,7 @@ class StatisticsBlockVisitorsTestCase extends StatisticsTestCase {
|
||||
*/
|
||||
function testIPAddressBlocking() {
|
||||
// IP address for testing.
|
||||
$test_ip_address = '192.168.1.1';
|
||||
$test_ip_address = '1.2.3.3';
|
||||
|
||||
// Verify the IP address from accesslog appears on the top visitors page
|
||||
// and that a 'block IP address' link is displayed.
|
||||
|
Reference in New Issue
Block a user