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

Stephan Bergmann sbergman at redhat.com
Mon Jan 9 09:53:59 UTC 2017


 basic/qa/basic_coverage/test_getsystemticks_method.vb |   15 ---------------
 1 file changed, 15 deletions(-)

New commits:
commit 93a8ebac2d6eb124bf57223069765af08fcd5c85
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 9 10:52:00 2017 +0100

    Remove test_getsystemticks_method.vb for now
    
    Introduced with 060c2b9b1b0d3c9cf27f1b289a620cfa82b5b060 "QA Basic: split tests
    of methods in different files", but GetSystemTicks appears to routinely return
    negative values.
    
    Change-Id: Ibccdf753aea581e05e9d4e1bf551ae72dc70c959

diff --git a/basic/qa/basic_coverage/test_getsystemticks_method.vb b/basic/qa/basic_coverage/test_getsystemticks_method.vb
deleted file mode 100644
index 878b38b..0000000
--- a/basic/qa/basic_coverage/test_getsystemticks_method.vb
+++ /dev/null
@@ -1,15 +0,0 @@
-' This file is part of the LibreOffice project.
-'
-' This Source Code Form is subject to the terms of the Mozilla Public
-' License, v. 2.0. If a copy of the MPL was not distributed with this
-' file, You can obtain one at http://mozilla.org/MPL/2.0/.
-'
-
-Function doUnitTest as Integer
-    ' GETSYSTEMTICKS
-    If ( GetSystemTicks < 0 ) Then
-        doUnitTest = 0
-    Else
-        doUnitTest = 1
-    End If
-End Function


More information about the Libreoffice-commits mailing list