[tests] 4.x profiles produce test assembly suffixed with 4_x now
authorMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 19:47:00 +0000 (21:47 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 19:47:34 +0000 (21:47 +0200)
mcs/class/System/Test/System.Configuration/ApplicationSettingsBaseTest.cs

index e0861fb9b5d6cfe8a02e4794177e1f37d38a2181..6698b50199771d05ca78ea4db076dcb8dc6bf9a0 100644 (file)
@@ -288,7 +288,7 @@ namespace MonoTests.System.Configuration {
                        // of the test assemblies - so conditionalize it in
                        // such cases.
 #if   NET_4_5
-                       string expected = "MonoTests.System.Configuration.ProviderPoker, System_test_net_4_5, Version=0.0.0.0";
+                       string expected = "MonoTests.System.Configuration.ProviderPoker, System_test_net_4_x, Version=0.0.0.0";
 #elif NET_4_0
                        string expected = "MonoTests.System.Configuration.ProviderPoker, System_test_net_4_0, Version=0.0.0.0";
 #else