Handle windows paths in ResXFileRef, for conversion to string case
authorAnkit Jain <ankit.jain@xamarin.com>
Mon, 13 Mar 2017 17:05:50 +0000 (13:05 -0400)
committerMarek Safar <marek.safar@gmail.com>
Tue, 14 Mar 2017 08:00:59 +0000 (09:00 +0100)
commit81129b83c3a89bc802ba7d7273052289b42ee577
treea8a4fe3955c2e06504079c28261924ef48a2385d
parent8b7eee97889b581599bd15694e031f7d08c5e4de
Handle windows paths in ResXFileRef, for conversion to string case

- convert the path a little earlier to handle the case for conversion to
  string
- Fixes earlier commit a3195b79f6fdba3a8d59f0de5a881f90dcf7d458
- And enable the corresponding test
mcs/class/System.Windows.Forms/System.Resources/ResXFileRef.cs
mcs/class/System.Windows.Forms/Test/System.Resources/ResXFileRefTest.cs