[Libreoffice-commits] online.git: loolwsd/test

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sat May 21 15:53:29 UTC 2016


 loolwsd/test/UnitFonts.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 44a0e5785e9500f0897b757c9ceb7faec51b50a5
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sat May 21 10:28:22 2016 -0400

    loolwsd: cout -> cerr
    
    Change-Id: I80ee313621ce093d75f2c331f3fef6125a187a42
    Reviewed-on: https://gerrit.libreoffice.org/25263
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/test/UnitFonts.cpp b/loolwsd/test/UnitFonts.cpp
index cf11d98..2d1b157 100644
--- a/loolwsd/test/UnitFonts.cpp
+++ b/loolwsd/test/UnitFonts.cpp
@@ -75,7 +75,7 @@ public:
             return; // defer till we have all the data.
         if (_fontsKit != _fontsBroker)
         {
-            std::cout << "Error - font list mismatch" << std::endl;
+            std::cerr << "Error - font list mismatch" << std::endl;
             std::cerr << "Kit : '" << _fontsKit << "' vs. Broker : '" << _fontsBroker << "'" << std::endl;
             exitTest(TestResult::TEST_FAILED);
         }
@@ -83,7 +83,7 @@ public:
         {
             Poco::StringTokenizer tokens(_fontsKit, "\n");
             if (tokens.count() > 0)
-                std::cout << "  " << tokens[0] << std::endl;
+                std::cerr << "  " << tokens[0] << std::endl;
 
             exitTest(TestResult::TEST_OK);
         }


More information about the Libreoffice-commits mailing list