Author: manjula
Date: 2005-03-17 04:51:17 -0500 (Thu, 17 Mar 2005)
New Revision: 41930
Modified:
trunk/mcs/mbas/Test/tests/ChangeLog
trunk/mcs/mbas/Test/tests/LoopStatementsB.vb
trunk/mcs/mbas/Test/tests/LoopStatementsC.vb
Log:
Minor fix in the LoopStatement test cases
Modified: trunk/mcs/mbas/Test/tests/ChangeLog
===================================================================
--- trunk/mcs/mbas/Test/tests/ChangeLog 2005-03-17 09:27:42 UTC (rev 41929)
+++ trunk/mcs/mbas/Test/tests/ChangeLog 2005-03-17 09:51:17 UTC (rev 41930)
@@ -1,3 +1,8 @@
+2005-03-17 Manjula GHM <[EMAIL PROTECTED]>
+ * LoopStatementB.vb
+ * LoopStatementC.vb
+ Minor fix in the LoopStatement test cases
+
2005-03-14 Ritvik Mayank <[EMAIL PROTECTED]>
Added the following test cases
* ExpressionStringB.vb
Modified: trunk/mcs/mbas/Test/tests/LoopStatementsB.vb
===================================================================
--- trunk/mcs/mbas/Test/tests/LoopStatementsB.vb 2005-03-17 09:27:42 UTC
(rev 41929)
+++ trunk/mcs/mbas/Test/tests/LoopStatementsB.vb 2005-03-17 09:51:17 UTC
(rev 41930)
@@ -12,8 +12,8 @@
i = i + 1
x = x - 1
Loop While x <> 1
- if i <> 6 then
- Throw new System.Exception("While not working properly.
Expected 6 but got "&i)
+ if i <> 2 then
+ Throw new System.Exception("While not working properly.
Expected 2 but got "&i)
End if
End Sub
End Module
Modified: trunk/mcs/mbas/Test/tests/LoopStatementsC.vb
===================================================================
--- trunk/mcs/mbas/Test/tests/LoopStatementsC.vb 2005-03-17 09:27:42 UTC
(rev 41929)
+++ trunk/mcs/mbas/Test/tests/LoopStatementsC.vb 2005-03-17 09:51:17 UTC
(rev 41930)
@@ -12,8 +12,8 @@
i = i + 1
x = x - 1
Loop
- if i <> 4 then
- Throw new System.Exception("While not working properly.
Expected 4 but got "&i)
+ if i <> 2 then
+ Throw new System.Exception("While not working properly.
Expected 2 but got "&i)
End if
End Sub
End Module
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches