[svn] r7398: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests: Heavy.Tests/Runner.n Refact...

phantom svnadmin at nemerle.org
Thu Feb 8 11:15:14 CET 2007


Log:
Test suite addendum.

Author: phantom
Date: Thu Feb  8 11:15:11 2007
New Revision: 7398

Added:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/SmallTestsOne.n
Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Runner.n
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/TestProjectTwo.nproj

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Runner.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Runner.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Runner.n	Thu Feb  8 11:15:11 2007
@@ -354,9 +354,9 @@
     
     public static RunTheTest() : void
     {
-      def suite = FindUsagesTestProjectOne();
+      def suite = FindUsagesTestProjectTwo();
       suite.SetUp();
-      suite.Test003();
+      suite.Test030();
     }
     
     public static Main() : void

Added: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/SmallTestsOne.n
==============================================================================
--- (empty file)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/SmallTestsOne.n	Thu Feb  8 11:15:11 2007
@@ -0,0 +1,19 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+using System.Console;
+
+namespace TestProjectTwo
+{
+  class SmallTestsOne
+  {
+    public DelayedTExpr() : void
+    {
+      mutable foo = 1; // definition {30} foo
+      def bar = 2; // definition {31} bar
+      foo += bar;
+      WriteLine(bar);
+    }
+  }
+}
\ No newline at end of file

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/TestProjectTwo.nproj
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/TestProjectTwo.nproj	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Refactoring/TestProjectTwo/TestProjectTwo.nproj	Thu Feb  8 11:15:11 2007
@@ -42,6 +42,9 @@
   <ItemGroup>
     <Compile Include="Properties\AssemblyInfo.n" />
     <Compile Include="Christianity.n" />
+    <Compile Include="SmallTestsOne.n">
+      <SubType>Code</SubType>
+    </Compile>
   </ItemGroup>
   <ItemGroup>
     <Folder Include="Properties\" />



More information about the svn mailing list