Author: mritvik
Date: 2005-03-11 06:18:08 -0500 (Fri, 11 Mar 2005)
New Revision: 41686

Modified:
   trunk/mcs/mbas/Test/errors/ChangeLog
   trunk/mcs/mbas/Test/errors/ConditionalCompilationC10.vb
   trunk/mcs/mbas/Test/errors/ConditionalCompilationC7.vb
   trunk/mcs/mbas/Test/errors/ConditionalStatementsC22.vb
   trunk/mcs/mbas/Test/errors/ConditionalStatementsC4.vb
   trunk/mcs/mbas/Test/errors/ExceptionHandlingC1.vb
Log:

2005-03-11 Ritvik Mayank <[EMAIL PROTECTED]>
        * ConditionalStatementsC22.vb
        * ConditionalCompilationC10.vb
        * ConditionalCompilationC7.vb
        * ConditionalStatementsC4.vb
        * ExceptionHandlingC1.vb
                changed the LineNo. and removed spurious errors.




Modified: trunk/mcs/mbas/Test/errors/ChangeLog
===================================================================
--- trunk/mcs/mbas/Test/errors/ChangeLog        2005-03-11 11:17:59 UTC (rev 
41685)
+++ trunk/mcs/mbas/Test/errors/ChangeLog        2005-03-11 11:18:08 UTC (rev 
41686)
@@ -1,3 +1,12 @@
+
+2005-03-11 Ritvik Mayank <[EMAIL PROTECTED]>
+       * ConditionalStatementsC22.vb
+       * ConditionalCompilationC10.vb
+       * ConditionalCompilationC7.vb
+       * ConditionalStatementsC4.vb
+       * ExceptionHandlingC1.vb
+               changed the LineNo. and removed spurious errors.
+
 2005-03-08 Satya Sudha K <[EMAIL PROTECTED]>
        * Negative test cases for Delegates, Events and Inheritance 
                - Contributed by Sudharsan V <[EMAIL PROTECTED]>
@@ -42,7 +51,7 @@
        * InterfaceC10.vb
        * MustInheritC9.vb
                        removed the spurious errors.
-               
+
 2005-01-11 Manjula GHM <[EMAIL PROTECTED]>
        Added following files   
        

Modified: trunk/mcs/mbas/Test/errors/ConditionalCompilationC10.vb
===================================================================
--- trunk/mcs/mbas/Test/errors/ConditionalCompilationC10.vb     2005-03-11 
11:17:59 UTC (rev 41685)
+++ trunk/mcs/mbas/Test/errors/ConditionalCompilationC10.vb     2005-03-11 
11:18:08 UTC (rev 41686)
@@ -1,11 +1,7 @@
-REM LineNo: 14
+REM LineNo: 10
 REM ExpectedError: BC30012
 REM ErrorMessage: '#If' block must end with a matching '#End If'.
 
-REM LineNo: 10
-REM ExpectedError: BC30625
-REM ErrorMessage: 'Module' statement must end with a matching 'End Module'.
-
 Imports System
 Module ConditionalCompilation
        Sub Main()

Modified: trunk/mcs/mbas/Test/errors/ConditionalCompilationC7.vb
===================================================================
--- trunk/mcs/mbas/Test/errors/ConditionalCompilationC7.vb      2005-03-11 
11:17:59 UTC (rev 41685)
+++ trunk/mcs/mbas/Test/errors/ConditionalCompilationC7.vb      2005-03-11 
11:18:08 UTC (rev 41686)
@@ -1,14 +1,7 @@
-REM LineNo: 15
+REM LineNo: 8
 REM ExpectedError: BC30012
 REM ErrorMessage: '#If' block must end with a matching '#End If'.
 
-
-REM LineNo: 13
-REM ExpectedError: BC30625
-REM ErrorMessage: 'Module' statement must end with a matching 'End Module'.
-
-
-
 Imports System
 Module ConditionalCompilation
 

Modified: trunk/mcs/mbas/Test/errors/ConditionalStatementsC22.vb
===================================================================
--- trunk/mcs/mbas/Test/errors/ConditionalStatementsC22.vb      2005-03-11 
11:17:59 UTC (rev 41685)
+++ trunk/mcs/mbas/Test/errors/ConditionalStatementsC22.vb      2005-03-11 
11:18:08 UTC (rev 41686)
@@ -3,7 +3,7 @@
 '
 ' (C) 2005 Novell, Inc.
 
-REM LineNo: 15
+REM LineNo: 13
 REM ExpectedError:  BC30081
 REM ErrorMessage: 'If' must end with a matching 'End If'.
 

Modified: trunk/mcs/mbas/Test/errors/ConditionalStatementsC4.vb
===================================================================
--- trunk/mcs/mbas/Test/errors/ConditionalStatementsC4.vb       2005-03-11 
11:17:59 UTC (rev 41685)
+++ trunk/mcs/mbas/Test/errors/ConditionalStatementsC4.vb       2005-03-11 
11:18:08 UTC (rev 41686)
@@ -1,4 +1,4 @@
-REM LineNo: 14
+REM LineNo: 12
 REM ExpectedError: BC30081
 REM ErrorMessage: 'If' must end with a matching 'End If'.
 

Modified: trunk/mcs/mbas/Test/errors/ExceptionHandlingC1.vb
===================================================================
--- trunk/mcs/mbas/Test/errors/ExceptionHandlingC1.vb   2005-03-11 11:17:59 UTC 
(rev 41685)
+++ trunk/mcs/mbas/Test/errors/ExceptionHandlingC1.vb   2005-03-11 11:18:08 UTC 
(rev 41686)
@@ -1,6 +1,6 @@
-REM LineNo: 12
-REM ExpectedError: BC30441
-REM ErrorMessage: 'Catch' must end with a matching 'End Try'
+REM LineNo: 10
+REM ExpectedError: BC30384
+REM ErrorMessage: 'Try' must end with a matching 'End Try'
 
 Imports System
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to