[svn] r6532: vs-plugin/trunk:
Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
Nemerle.Compiler.Utils/...
NoiseEHC
svnadmin at nemerle.org
Wed Aug 16 15:43:23 CEST 2006
Log:
NUNIT test pass (except the first one) if opened with the NUNIT GUI
Author: NoiseEHC
Date: Wed Aug 16 15:43:21 2006
New Revision: 6532
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.Init.n
vs-plugin/trunk/VSIntegartion.nunit
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj Wed Aug 16 15:43:21 2006
@@ -77,8 +77,12 @@
<Compile Include="Nemerle.Completion2\CodeModel\QuickTipInfo.n" />
<Compile Include="Nemerle.Completion2\CodeModel\GlyphType.n" />
<Compile Include="Const.n" />
- <None Include="Nemerle.Completion2\Tests\Content\Class1-2.n" />
- <None Include="Nemerle.Completion2\Tests\Content\Class1.n" />
+ <Content Include="Nemerle.Completion2\Tests\Content\Class1-2.n">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
+ <Content Include="Nemerle.Completion2\Tests\Content\Class1.n">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
<Compile Include="Utils.n" />
<Compile Include="Nemerle.Completion2\Tests\Tests.Init.n" />
</ItemGroup>
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.Init.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.Init.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.Init.n Wed Aug 16 15:43:21 2006
@@ -35,8 +35,8 @@
Assert.IsNotNull(_project, "_project is null");
}
- FilePath1 = @"D:\MyProjects\RSDN\Nemerle\Nemerle.VSIP\Nemerle.Compiler.Utils\Nemerle.Completion2\Tests\Content\Class1.n";
- FilePath2 = @"D:\MyProjects\RSDN\Nemerle\Nemerle.VSIP\Nemerle.Compiler.Utils\Nemerle.Completion2\Tests\Content\Class1-2.n";
+ FilePath1 = @"Nemerle.Completion2\Tests\Content\Class1.n";
+ FilePath2 = @"Nemerle.Completion2\Tests\Content\Class1-2.n";
mutable _project : Project;
CheckType(decl : Decl, fullName : string) : void
Modified: vs-plugin/trunk/VSIntegartion.nunit
==============================================================================
--- vs-plugin/trunk/VSIntegartion.nunit (original)
+++ vs-plugin/trunk/VSIntegartion.nunit Wed Aug 16 15:43:21 2006
@@ -1,7 +1,7 @@
ďťż<NUnitProject>
<Settings activeconfig="Debug" />
<Config name="Debug" binpathtype="Auto">
- <assembly path="bin\Debug\Nemerle.Compiler.Utils.dll" />
+ <assembly path="Nemerle.Compiler.Utils\bin\Debug\Nemerle.Compiler.Utils.dll" />
</Config>
<Config name="Release" binpathtype="Auto" />
</NUnitProject>
\ No newline at end of file
More information about the svn
mailing list