* VBCodeGenerator.cs: Fixed generated code for abstract properties.
authorGert Driesen <drieseng@users.sourceforge.net>
Wed, 30 Apr 2008 18:41:21 +0000 (18:41 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Wed, 30 Apr 2008 18:41:21 +0000 (18:41 -0000)
commit7bf14cac1de7eb86ec2de5b424e9b6798ed3ffda
treefe88b80d13b1fa82731265c3ce7d185753cb3e08
parent72b97a72ff69badd91ad3a20aa4860f0127ad021
* VBCodeGenerator.cs: Fixed generated code for abstract properties.
* CodeGeneratorFromTypeTest.cs: Added tests for static and abstract
property.
* ComponentConverterTests.cs: Allow test to be compiled using csc 1.x.
* ExecutorTest.cs: Use Assert.Ignore when ping is not available.
Avoid using ExpectedException in ExecWait test, and added link to
MS bug report.

svn path=/trunk/mcs/; revision=102229
mcs/class/System/Microsoft.VisualBasic/ChangeLog
mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs
mcs/class/System/Test/Microsoft.VisualBasic/ChangeLog
mcs/class/System/Test/Microsoft.VisualBasic/CodeGeneratorFromTypeTest.cs
mcs/class/System/Test/System.CodeDom.Compiler/ChangeLog
mcs/class/System/Test/System.CodeDom.Compiler/ExecutorTest.cs
mcs/class/System/Test/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/ComponentConverterTests.cs