1. 28 Jan, 2003 2 commits
  2. 24 Jan, 2003 1 commit
  3. 23 Jan, 2003 3 commits
  4. 21 Jan, 2003 1 commit
  5. 13 Jan, 2003 1 commit
    • Francois Gouget's avatar
      Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and · 18e6bb81
      Francois Gouget authored
      VarBstrFromCy.
      We cannot check for equality of floats or doubles because of rounding
      errors. Check equality to 14 digits for doubles.
      Add more precision to the expected results so that they match actual
      results.
      Print floating values with more precision so we know what went wrong.
      Specify the locale for all variant functions that depend on it.
      Added return codes for Win95. Win95 returns dates with only two digits
      for the year.
      Uncommented more VariantCopyInd and VariantChangeTypeEx tests.
      18e6bb81
  6. 11 Jan, 2003 2 commits
  7. 09 Jan, 2003 1 commit
  8. 08 Jan, 2003 1 commit
  9. 07 Jan, 2003 2 commits
  10. 05 Jan, 2003 3 commits
  11. 03 Jan, 2003 1 commit
  12. 02 Jan, 2003 6 commits
  13. 24 Dec, 2002 1 commit
    • Francois Gouget's avatar
      Move the test strings into their own array and convert them to unicode · 49e119f9
      Francois Gouget authored
      using a for loop. This lets us later print the offending string when a
      test fails.
      Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as
      in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/).
      Uncomment the DateFromStr tests and fill in the todo fields where
      appropriate.
      Define an NB_OLE_STRINGS macro and use it to make sure all the arrays
      have the right number of fields.
      In the *FromStr loops, fill the return field with a dummy value (42)
      before calling the conversion function. This way a test no longer
      depends on whether the previous test failed or not!
      If a test is expected to fail, then retval is meaningless -> omit it
      from the result arrays.
      If a test actually fails or was expected to fail, then there is no
      point in checking retval.
      Improve error reporting.
      Pass the printf-style format directly to ok, remove the unnecessary
      sprintfs.
      49e119f9
  14. 23 Dec, 2002 3 commits
  15. 17 Dec, 2002 1 commit
  16. 16 Dec, 2002 1 commit
  17. 12 Dec, 2002 7 commits
  18. 10 Dec, 2002 2 commits
  19. 05 Dec, 2002 1 commit