From 9f298d8a7771dde3a8c8db0f9ee2664b5ed4be70 Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Wed, 25 Jun 2014 23:08:47 +0200
Subject: [PATCH] update columns again after loading all the plugins, maybe
 this makes the tests work again?

---
 tests/PHPUnit/Fixture.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/PHPUnit/Fixture.php b/tests/PHPUnit/Fixture.php
index f3e61bd792..c609341c64 100644
--- a/tests/PHPUnit/Fixture.php
+++ b/tests/PHPUnit/Fixture.php
@@ -179,8 +179,6 @@ class Fixture extends PHPUnit_Framework_Assert
 
         static::loadAllPlugins($this->getTestEnvironment(), $this->testCaseClass);
 
-        ColumnsUpdates::update();
-
         $_GET = $_REQUEST = array();
         $_SERVER['HTTP_REFERER'] = '';
 
@@ -304,6 +302,8 @@ class Fixture extends PHPUnit_Framework_Assert
             Log::info("Plugin loading messages: %s", implode(" --- ", $messages));
         }
 
+        ColumnsUpdates::update();
+
         // Activate them
         foreach($plugins as $name) {
             if (!$pluginsManager->isPluginActivated($name)) {
-- 
GitLab