[Libreoffice-commits] core.git: io/test

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 03:15:12 UTC 2019


 io/test/stm/pumptest.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 911d848e60ab57d5d865290dcf2a5aa28a7df854
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 11 22:17:45 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Dec 12 04:14:02 2019 +0100

    Fix typo
    
    Change-Id: Ie1a06014d989f51141a15c724ab026f5423335de
    Reviewed-on: https://gerrit.libreoffice.org/84995
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx
index e00d840f3a75..f0563153e91b 100644
--- a/io/test/stm/pumptest.cxx
+++ b/io/test/stm/pumptest.cxx
@@ -317,7 +317,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r )
     ERROR_ASSERT( ! t.m_pTestListener->m_bStarted , "started too early" );
     ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination unexpected" );
     ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
-    ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
+    ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected close" );
 
     t.m_rControl->start();
     mywait();
@@ -325,7 +325,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r )
     ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" );
     ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination unexpected" );
     ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
-    ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
+    ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected close" );
 
     Reference< XStreamListener > rListener( new TestListener() );
     t.m_rControl->addListener( rListener );


More information about the Libreoffice-commits mailing list