From 37d2948fa83a2bd00dd7efa44cbe79ab550b1fbf Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 3 Mar 2014 11:14:07 +1300
Subject: [PATCH] Minor

---
 plugins/TasksTimetable                | 2 +-
 plugins/TreemapVisualization          | 2 +-
 tests/PHPUnit/IntegrationTestCase.php | 2 +-
 tests/PHPUnit/UI                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/TasksTimetable b/plugins/TasksTimetable
index f6e252d5dc..0f03d07bd3 160000
--- a/plugins/TasksTimetable
+++ b/plugins/TasksTimetable
@@ -1 +1 @@
-Subproject commit f6e252d5dc5e3cf004263f7450c2ca55bd2c5a71
+Subproject commit 0f03d07bd3f1b2533b634804b66005bf5c6ce8d7
diff --git a/plugins/TreemapVisualization b/plugins/TreemapVisualization
index 2cb15300a8..19978cb7cd 160000
--- a/plugins/TreemapVisualization
+++ b/plugins/TreemapVisualization
@@ -1 +1 @@
-Subproject commit 2cb15300a88f7ff2a1fc27ef633a1a1f4d5fef09
+Subproject commit 19978cb7cd926ec0fba111ce257b8f0450f34ce8
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 701f87b3a7..9c1de4fd42 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -94,7 +94,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
         // Install plugins
         $messages = $pluginsManager->installLoadedPlugins();
         if(!empty($messages)) {
-//            echo implode("  ----  ", $messages);
+            echo implode("  ----  ", $messages);
         }
 
         // Activate them
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
index e3bee6200d..9e305641c7 160000
--- a/tests/PHPUnit/UI
+++ b/tests/PHPUnit/UI
@@ -1 +1 @@
-Subproject commit e3bee6200d257fd021edbf1d20d07248f3d986d8
+Subproject commit 9e305641c772492695e8157ebdd4237d436db620
-- 
GitLab