Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka <diosmosis@users.noreply.github.com>2017-12-01 02:23:13 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-12-01 02:23:13 +0300
commit66149092b5051ba79646cf2b0e471530343ff1f4 (patch)
tree714924bd91f47ba9fcbeb4a039c4c60b5e2816a7 /plugins/CoreAdminHome
parent9020dac1940fa9c52b9f29748131aa859ab16c29 (diff)
In log importer, allow filtering logs by host & datetime (new submodule commit + tests). (#12267)
* In log importer, allow filtering logs by host & datetime (new submodule commit + tests). * Add tests for replay tracking filtering & check that filtered line is in output. * More log filtering tests for log replay.
Diffstat (limited to 'plugins/CoreAdminHome')
-rw-r--r--plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php b/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php
index 6b47e946a5..fa25544908 100644
--- a/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php
+++ b/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php
@@ -128,7 +128,7 @@ class DeleteLogsDataTest extends ConsoleCommandTestCase
), $options);
$this->assertEquals(0, $result, $this->getCommandDisplayOutputErrorMessage());
- $this->assertContains("Successfully deleted 15 visits", $this->applicationTester->getDisplay());
+ $this->assertContains("Successfully deleted 19 visits", $this->applicationTester->getDisplay());
}
private function setCommandInput($value)