oleaut32/tests: Some boundary tests on VarBstrFromDate.

This commit is contained in:
Bill Medland 2007-05-03 15:58:52 -07:00 committed by Alexandre Julliard
parent a70df444ae
commit 804d0139b7
1 changed files with 2 additions and 0 deletions

View File

@ -4784,6 +4784,8 @@ static void test_VarBstrFromDate(void)
BSTR_DATE(365.25, "12/30/1900 6:00:00 AM");
BSTR_DATE(1461.0, "12/31/1903");
BSTR_DATE(1461.5, "12/31/1903 12:00:00 PM");
todo_wine { BSTR_DATE(-657434.0, "1/1/100"); }
BSTR_DATE(2958465.0, "12/31/9999");
}
#define BSTR_DEC(l, a, b, c, d, e) \