<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Basic Time function returns inconsistent datatype"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136112#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Basic Time function returns inconsistent datatype"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136112">bug 136112</a>
              from <span class="vcard"><a class="email" href="mailto:alain.romedenne@libreoffice.org" title="Alain Romedenne <alain.romedenne@libreoffice.org>"> <span class="fn">Alain Romedenne</span></a>
</span></b>
        <pre>Suggestion for a QA unit test routine:

Function doUnitTest as Integer
  ''' Return 'text' OR 'date' variable '''

  If ( TypeName(Time$)<>"String" Or Vartype(Time())<>V_DATE ) Then
    doUnitTest = 0 ' not successful
  Else
    doUnitTest = 1 ' Ok
  End If
End Function

Sub DEV_TST : MsgBox doUnitTesT : End Sub</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>