From a16a07daba54587937626f5a2c75db1a95d2e07f Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Mon, 5 Jan 2015 14:10:07 +1300
Subject: [PATCH] Fixing tests

---
 tests/PHPUnit/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index d793f4e041..1507ced00d 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -111,7 +111,7 @@ Try again.";
     $response = Http::sendHttpRequestBy('curl', $url, 2);
 
     // The SQL error is for Travis...
-    if ($response === 'OK' || strpos($response, 'Base table or view not found: 1146 Table &#039;piwik_tests.option&#039; doesn&#039;t exist') !== false) {
+    if ($response === 'OK' || strpos($response, 'Table &#039;piwik_tests.option&#039; doesn&#039;t exist') !== false) {
         return;
     }
 
-- 
GitLab