Skip to content

Commit 223d9bc

Browse files
committed
Update test expectations
1 parent b51a585 commit 223d9bc

File tree

82 files changed

+1133
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1133
-118
lines changed
2.9 KB
Loading
56.3 KB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<result>
3+
<row>ChatGPT</row>
4+
</result>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<result>
3+
<nb_visits>0</nb_visits>
4+
<nb_actions>0</nb_actions>
5+
<nb_visits_converted>0</nb_visits_converted>
6+
<bounce_count>0</bounce_count>
7+
<sum_visit_length>0</sum_visit_length>
8+
<max_actions>0</max_actions>
9+
<bounce_rate>0%</bounce_rate>
10+
<nb_actions_per_visit>0</nb_actions_per_visit>
11+
<avg_time_on_site>0</avg_time_on_site>
12+
</result>

β€Žplugins/CoreConsole/tests/System/ArchiveCronTest.phpβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ public function testArchivePhpCron()
273273
self::undoForceCurlCliMulti();
274274
}
275275

276-
// re archiving should not produce any ExamplePlugin specific archives, but 262 done flags for certain periods and segments
276+
// re archiving should not produce any ExamplePlugin specific archives, but 382 done flags for certain periods and segments
277277
$table = ArchiveTableCreator::getNumericTable(Date::factory('2012-08-09'));
278278
self::assertEquals(0, Db::fetchOne("SELECT count(*) FROM `$table` WHERE name LIKE 'done.ExamplePlugin%'"));
279-
self::assertEquals(262, Db::fetchOne("SELECT count(*) FROM `$table` WHERE name LIKE 'done%'"));
279+
self::assertEquals(382, Db::fetchOne("SELECT count(*) FROM `$table` WHERE name LIKE 'done%'"));
280280

281281
foreach ($this->getApiForTesting() as $testInfo) {
282282
[$api, $params] = $testInfo;
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
Β (0)