[Libreoffice-commits] core.git: dbaccess/qa

Noel Grandin noel at peralex.com
Tue Jun 2 07:10:00 PDT 2015


 dbaccess/qa/complex/dbaccess/CopyTableWizard.java |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit c2d73acad34f43b7c48ef9a4e492ab5b48bb4852
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Jun 2 10:04:20 2015 +0200

    inline simple Java method
    
    Change-Id: I496fa3223ed97d4d2cf8d64649ce30da22331dbd
    Reviewed-on: https://gerrit.libreoffice.org/16039
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/dbaccess/qa/complex/dbaccess/CopyTableWizard.java b/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
index 03727fe..97c63d2 100644
--- a/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
+++ b/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
@@ -167,7 +167,7 @@ public class CopyTableWizard extends CRMBasedTestCase
         copyWizard.setCreatePrimaryKey(auto);
         Thread thread = new Thread(new CopyThread(copyWizard));
         thread.start();
-        sleep();
+        util.utils.shortWait();
 
         try
         {
@@ -195,14 +195,9 @@ public class CopyTableWizard extends CRMBasedTestCase
         catch (com.sun.star.lang.IndexOutOfBoundsException indexOutOfBoundsException)
         {
         }
-        sleep();
+        util.utils.shortWait();
 
         thread.join();
     }
 
-    private void sleep()
-    {
-        util.utils.shortWait();
-    }
-
 }


More information about the Libreoffice-commits mailing list