Author: rolf
Date: 2007-01-15 04:16:35 -0500 (Mon, 15 Jan 2007)
New Revision: 71012
Modified:
Log:
Modified:
2007-01-15 09:15:58 UTC (rev 71011)
2007-01-15 09:16:35 UTC (rev 71012)
@@ -45,10 +45,10 @@
Dim si As Single = 1.0
#If NET_2_0 Then
- Dim sb As SByte = 1
- Dim us As UShort = 1
- Dim ui As UInteger = 1
- Dim ul As ULong = 1
+ Dim sb As SByte = 1
+ Dim us As UShort = 1
+ Dim ui As UInteger = 1
+ Dim ul As ULong = 1
#End If
<Test()_
Modified:
2007-01-15 09:15:58 UTC (rev 71011)
2007-01-15 09:16:35 UTC (rev 71012)
@@ -51,10 +51,10 @@
Dim iic As IConvertible = New IC
#If NET_2_0 Then
- Dim sb As SByte = 1
- Dim us As UShort = 1
- Dim ui As UInteger = 1
- Dim ul As ULong = 1
+ Dim sb As SByte = 1
+ Dim us As UShort = 1
+ Dim ui As UInteger = 1
+ Dim ul As ULong = 1
#End If
Private Class C1
@@ -687,7 +687,7 @@
Private Class C600
Public Function F(ByVal ParamArray args() As Integer) As Integer
- Return args.Length
+ Return args.Length
End Function
End Class
Modified:
2007-01-15 09:15:58 UTC (rev 71011)
2007-01-15 09:16:35 UTC (rev 71012)
@@ -77,7 +77,7 @@
Assert.AreEqual("Integer,Long", o.G(2, 3))
End Sub
- <Test(),ExpectedException(gettype(System.MissingMem berException))_
+ <Test(), ExpectedException(GetType(System.MissingMemberExce ption))_
Public Sub LateBValue_3()
Dim o As = New C1
Modified:
2007-01-15 09:15:58 UTC (rev 71011)
2007-01-15 09:16:35 UTC (rev 71012)
@@ -103,7 +103,7 @@
Private Shared i3 As Integer = 0
- Class C3
+ Class C3
Sub f1()
i3 += 1
f2()
Modified:
2007-01-15 09:15:58 UTC (rev 71011)
2007-01-15 09:16:35 UTC (rev 71012)
@@ -69,6 +69,7 @@
}
[Test]
+[Ignore ("Test for ReDim multiple-dimensioned array is not implemented yet")]
public void ()
{
Assert.Fail("Test for ReDim multiple-dimensioned array is not implemented yet");
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com