Merge pull request #1410 from alesliehughes/master
[mono.git] / mcs / class / corlib / Test / System.Globalization / RegionInfoTest.cs
index 4c6104ca173e815ead413f4c846ef8f19bf707dc..b0b1a041da8b987aa66b86e335d5b7556ceee114 100644 (file)
@@ -60,6 +60,14 @@ namespace MonoTests.System.Globalization
                                new RegionInfo (name);
                }
                
+               [Test]
+               // This can fail on systems where CultureInfo.CurrentCulture==null
+               [Category ("NotWorking")]
+               public void CurrentRegion ()
+               {
+                       Assert.IsNotNull (RegionInfo.CurrentRegion, "CurrentRegion");
+               }
+               
                [Test]
                public void HongKong ()
                {