Skip to content

Commit

Permalink
More test data insertion fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Feb 8, 2015
1 parent ebeb044 commit c715652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/CoreAdminHome/tests/Fixture/DuplicateActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class DuplicateActions extends Fixture
'visitor_count_visits' => 1,
'visitor_returning' => 1,
'visitor_days_since_order' => 1,
'visitor_days_since_first' => 1,
'idaction_url' => 4,
),

Expand All @@ -99,6 +100,7 @@ class DuplicateActions extends Fixture
'visitor_count_visits' => 1,
'visitor_returning' => 1,
'visitor_days_since_order' => 1,
'visitor_days_since_first' => 1,
'idaction_url' => 7,
)
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function test_getSitesAndDatesOfRowsUsingDuplicates_ReturnsTheServerTimeA
{
$row = array(
'idsite' => 3,
'idvisitor' => DuplicateActions::DUMMY_IDVISITOR,
'idvisitor' => pack("H*", DuplicateActions::DUMMY_IDVISITOR),
'server_time' => '2012-02-13 00:00:00',
'idvisit' => 5,
'idorder' => 6,
Expand Down

0 comments on commit c715652

Please sign in to comment.