Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / corlib / Test / System.Reflection / PropertyInfoTest.cs
index 67da2d7b5c864238748b83fe2fad23328acbc57e..f461e8be636edf1285b2cf22e5f17ac6b6fb5e60 100644 (file)
@@ -443,7 +443,7 @@ namespace MonoTests.System.Reflection
                public void ToStringTest ()
                {
                        var pa = typeof (TestC).GetProperty ("Item");
-                       Assert.AreEqual ("Int32 Item [System.Double[]]", pa.ToString ());
+                       Assert.AreEqual ("Int32 Item [Double[]]", pa.ToString ());
                }
 
                static bool HasAttribute (object [] attrs, Type attributeType)