Skip to content

Commit 1b8264f

Browse files
Have modified the test case
1 parent 65f020f commit 1b8264f

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
-1.2 KB
Loading

src/Controls/tests/TestCases.HostApp/Issues/Issue30065.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ public Issue30065()
77
{
88
DatePicker rtlDatePicker = new DatePicker
99
{
10+
Date = new DateTime(2002, 5, 14),
1011
WidthRequest = 300,
1112
FlowDirection = FlowDirection.RightToLeft,
1213
};
1314

1415
DatePicker ltrDatePicker = new DatePicker
1516
{
17+
Date = new DateTime(2002, 5, 14),
1618
WidthRequest = 300,
1719
FlowDirection = FlowDirection.LeftToRight,
1820
};
-2.87 KB
Loading

0 commit comments

Comments
 (0)