New test.
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / OutputCacheSettingsSection.cs
index 367ba5b6015ef739810edd1a2d8e94d18bdc1b89..36d53a8d0f3df4151e7f79cfb85a03dbb95e29d4 100644 (file)
@@ -42,7 +42,9 @@ namespace System.Web.Configuration {
 
                static OutputCacheSettingsSection ()
                {
-                       outputCacheProfilesProp = new ConfigurationProperty ("outputCacheProfiles", typeof (OutputCacheProfileCollection));
+                       outputCacheProfilesProp = new ConfigurationProperty ("outputCacheProfiles", typeof (OutputCacheProfileCollection), null,
+                                                                            null, PropertyHelper.DefaultValidator,
+                                                                            ConfigurationPropertyOptions.None);
                        properties = new ConfigurationPropertyCollection ();
 
                        properties.Add (outputCacheProfilesProp);