Commit 804d0139 authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

oleaut32/tests: Some boundary tests on VarBstrFromDate.

parent a70df444
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment