[bcl] Fix dll names and InternalsVisibleTo for test assemblies
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 27 Jan 2016 21:11:35 +0000 (22:11 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 27 Jan 2016 22:39:00 +0000 (23:39 +0100)
commit180e745ccee4a80c9641a2e70235387e74b9eddb
tree4f967399d976e3cad55c62a29cfdb0c2a6a5e1a8
parent2b2ca2dbf8b83a135220bbed2c3933af8587aa17
[bcl] Fix dll names and InternalsVisibleTo for test assemblies

The format of the test assembly name changed in 860334ff45a8d1c5886b8dbcfadaf28ac55b9393
from System.Web_test_net_4_x.dll to net_4_x_System.Web_test.dll.

This fixes all the places where the old name was used.
17 files changed:
mcs/.gitignore
mcs/class/System.Configuration/System.Configuration_test_net_4_x.dll.config [deleted symlink]
mcs/class/System.Configuration/net_4_x_System.Configuration_test.dll.config [new symlink]
mcs/class/System.Web.DynamicData/Test/WebPages/web.config.4.x
mcs/class/System.Web.Extensions/Test/System.Web.Script.Serialization/JavaScriptSerializerTest.cs
mcs/class/System.Web.Extensions/Test/resources/profile.config.4.x
mcs/class/System.Web/Assembly/AssemblyInfo.cs
mcs/class/System.Web/Documentation/en/index.xml
mcs/class/System.Web/Test/System.Web/AppBrowsersTest.cs
mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/Web.mono.config
mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/Web.mono.config.4.0
mcs/class/System.Web/Test/mainsoft/NunitWebResources/adapters.browser
mcs/class/System.Xaml/Test/System.Xaml/XamlObjectWriterTest.cs
mcs/class/System.Xaml/Test/System.Xaml/XamlXmlReaderTest.cs
mcs/class/System.Xaml/Test/System.Xaml/XamlXmlWriterTest.cs
mcs/class/System/Test/System.Configuration/ApplicationSettingsBaseTest.cs
mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs