[svn] r6966: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests: Content/QuickTip.n Tests.n

VladD2 svnadmin at nemerle.org
Mon Nov 20 05:06:26 CET 2006


Log:
Change tests.

Author: VladD2
Date: Mon Nov 20 05:06:24 2006
New Revision: 6966

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Content/QuickTip.n
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Content/QuickTip.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Content/QuickTip.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Content/QuickTip.n	Mon Nov 20 05:06:24 2006
@@ -17,6 +17,7 @@
 
   public class c1 : BaseClass1, XInterface/*QuickTip:0:XInterface*/
   {
+    //TODO: Íàäî ðàçáèðàòüñÿ ñ ëîêåøîíàìè òåë ìåòîäîâ (ó÷åòîì ñêîáîê). Òàê æå íàäî äîäåëàòü òåñò, ÷òîáû îí áûë áîëåå òî÷íûì.
     _field/*QuickTip:0:_field*/ : SCG.Stack/*QuickTip:0:Stack*/[list/*QuickTip:0:list*/[XStruct/*QuickTip:0:XStruct*/]] = SCG.Stack/*QuickTip:0:Stack*/();
 
     public this(_ : XInterface/*QuickTip:0:XInterface*/)

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n	Mon Nov 20 05:06:24 2006
@@ -561,7 +561,7 @@
             def col      = m.Index + int.Parse(m.Groups[2].Value);
             def expected = m.Groups[3].Value;
 
-            when (expected == "XInterface")
+            when (expected == "Stack")
             {
               assert(true);
             }



More information about the svn mailing list