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 2a4ba83f06e6dc2dc36b60e806fc9989674f8e1f..d8411b0f399bb2249c03d419d59a95e961867cd4 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 18350a22581f52bcff96738627186729fc3f0b14..8b154c93349f97b58ebe46db91b448bbe8a4e9fe 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 31fb98a5571887e9a8b91dd392ac8181ed43a0f0..f9df2d3a431bc75eef59e983ef1668592b7fbd1b 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);
         }