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

Tor Lillqvist tml at collabora.com
Tue Feb 7 09:56:54 UTC 2017


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

New commits:
commit 90aac3a3fd42ae6e3ac76ac4a0edb3a000cc0920
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Feb 7 11:53:38 2017 +0200

    Our GetSystemTicks can now again return negative 32-bit values on Windows
    
    See 93bde3156284df4419c49447cbf455de9d74f00a .
    
    Change-Id: Ib41c2d525faab2bedab10f91c3a4f62f94870e10

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