[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / class / monodoc / Test / Monodoc / SettingsTest.cs
index e7f372fcd30d254e001d246858b0f0c3443f31ba..fc6bf8da18afd209240b12ab87373ec2b2c57ef5 100644 (file)
@@ -16,8 +16,8 @@ namespace MonoTests.Monodoc
                public void DocPathConfigTest ()
                {
                        // the docPath variable is the only one we know for sure should exist
-                       Assert.IsNotNull (Settings.Get ("docPath"));
-                       Assert.IsNotEmpty (Settings.Get ("docPath"));
+                       Assert.IsNotNull (Config.Get ("docPath"));
+                       AssertHelper.IsNotEmpty (Config.Get ("docPath"));
                }
        }
 }