New test.
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / UrlMappingsSection.cs
index 71f390e63636e2363914404ff83f8aa6662dacc8..e6d6da9c6d5e8d9df238f51022ef5304e7e729a4 100644 (file)
@@ -44,7 +44,8 @@ namespace System.Web.Configuration {
                static UrlMappingsSection ()
                {
                        enabledProp = new ConfigurationProperty ("enabled", typeof (bool), true);
-                       urlMappingsProp = new ConfigurationProperty ("", typeof (UrlMappingCollection), null, ConfigurationPropertyOptions.IsDefaultCollection);
+                       urlMappingsProp = new ConfigurationProperty ("", typeof (UrlMappingCollection), null,
+                                                                    null, null, ConfigurationPropertyOptions.IsDefaultCollection);
                        properties = new ConfigurationPropertyCollection ();
 
                        properties.Add (enabledProp);