From 197c68daa71a6a76ef22f917bffaffab30e20567 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 7 May 2014 16:10:51 +1200 Subject: [PATCH] More tests fixes --- .../test_ImportLogs__DevicesDetection.getBrand_month.xml | 2 +- .../test_OneVisitorTwoVisits__DevicesDetection.getBrand_day.xml | 2 +- tests/PHPUnit/IntegrationTestCase.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml index 2a4ba83f06..d8411b0f39 100644 --- a/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml +++ b/tests/PHPUnit/Integration/expected/test_ImportLogs__DevicesDetection.getBrand_month.xml @@ -9,7 +9,7 @@ <bounce_count>23</bounce_count> <nb_visits_converted>23</nb_visits_converted> <sum_daily_nb_uniq_visitors>25</sum_daily_nb_uniq_visitors> - <logo>plugins/DevicesDetection/images/brand/unknown.ico</logo> + <logo>plugins/DevicesDetection/images/brand/Unknown.ico</logo> </row> <row> <label>HTC</label> diff --git a/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits__DevicesDetection.getBrand_day.xml b/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits__DevicesDetection.getBrand_day.xml index 18350a2258..8b154c9334 100644 --- a/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits__DevicesDetection.getBrand_day.xml +++ b/tests/PHPUnit/Integration/expected/test_OneVisitorTwoVisits__DevicesDetection.getBrand_day.xml @@ -9,6 +9,6 @@ <sum_visit_length>1621</sum_visit_length> <bounce_count>1</bounce_count> <nb_visits_converted>2</nb_visits_converted> - <logo>plugins/DevicesDetection/images/brand/unknown.ico</logo> + <logo>plugins/DevicesDetection/images/brand/Unknown.ico</logo> </row> </result> \ No newline at end of file diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 31fb98a557..f9df2d3a43 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -903,6 +903,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase $messages .= "\n#" . $i++ . ": " . $msg; } $messages .= " \n "; + print($messages); throw new Exception($messages); } -- GitLab