[Libreoffice-commits] core.git: qadevOOo/tests

jan iversen jani at documentfoundation.org
Fri Dec 11 05:08:59 PST 2015


 qadevOOo/tests/java/ifc/awt/_XTabController.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d118979da4a44691268dbfb1fb01b6ed3954885e
Author: jan iversen <jani at documentfoundation.org>
Date:   Wed Dec 9 11:18:47 2015 +0100

    cid#1326589 useless call
    
    Removed function call, the function changes nothing or controls anything
    
    Change-Id: Ia243c31134ee5a32d50140faf8e64f55b30c218f
    Reviewed-on: https://gerrit.libreoffice.org/20493
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/qadevOOo/tests/java/ifc/awt/_XTabController.java b/qadevOOo/tests/java/ifc/awt/_XTabController.java
index 1271b72..8b64978 100644
--- a/qadevOOo/tests/java/ifc/awt/_XTabController.java
+++ b/qadevOOo/tests/java/ifc/awt/_XTabController.java
@@ -101,7 +101,6 @@ public class _XTabController extends MultiMethodTest {
     public void _getContainer() {
         requiredMethod( "setContainer()");
         oObj.getContainer();
-        tEnv.getObjRelation("CONTAINER");
         tRes.tested("getContainer()", Status.skipped(true) );
     }
 


More information about the Libreoffice-commits mailing list