Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf816102

Browse files
committed
shorten directory path for some vsintgration tests
1 parentdb7d7b6 commitf816102

File tree

21 files changed

+114
-114
lines changed

21 files changed

+114
-114
lines changed

‎tests/service/EditorTests.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ let _ = RegexTypedStatic.IsMatch<"ABC" >( (*$*) ) // TEST: no assert on Ctrl-sp
589589
File.WriteAllText(fileName1, fileSource1)
590590
letfileLines1= File.ReadAllLines(fileName1)
591591
letfileNames=[fileName1]
592-
letargs= Array.append(mkProjectCommandLineArgs(dllName, fileNames))[|"-r:"+ PathRelativeToTestAssembly(@"UnitTestsResources\MockTypeProviders\DummyProviderForLanguageServiceTesting.dll")|]
592+
letargs= Array.append(mkProjectCommandLineArgs(dllName, fileNames))[|"-r:"+ PathRelativeToTestAssembly(@"UnitTests\MockTypeProviders\DummyProviderForLanguageServiceTesting.dll")|]
593593
letinternaloptions= checker.GetProjectOptionsFromCommandLineArgs(projFileName, args)
594594
letcleanFileName a=if a= fileName1then"file1"else"??"
595595

‎vsintegration/tests/unittests/HelpContextServiceTests.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ type HelpContextServiceTests() =
231231
Some"N1"
232232
]
233233
this.TestF1Keywords(keywords, file,
234-
addtlRefAssy=[PathRelativeToTestAssembly(@"UnitTestsResources\MockTypeProviders\DummyProviderForLanguageServiceTesting.dll")])
234+
addtlRefAssy=[PathRelativeToTestAssembly(@"UnitTests\MockTypeProviders\DummyProviderForLanguageServiceTesting.dll")])
235235

236236
[<Test>]
237237
[<Category("TypeProvider")>]
@@ -249,7 +249,7 @@ type HelpContextServiceTests() =
249249
Some"N1.T"
250250
]
251251
this.TestF1Keywords(keywords, file,
252-
addtlRefAssy=[PathRelativeToTestAssembly(@"UnitTestsResources\MockTypeProviders\DummyProviderForLanguageServiceTesting.dll")])
252+
addtlRefAssy=[PathRelativeToTestAssembly(@"UnitTests\MockTypeProviders\DummyProviderForLanguageServiceTesting.dll")])
253253

254254
[<Test>]
255255
memberpublicthis.``EndOfLine``()=

‎vsintegration/tests/unittests/MockTypeProviders/DefinitionLocationAttribute/DefinitionLocationAttribute.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<WarningLevel>4</WarningLevel>
1818
<NoWarn>0169;0067</NoWarn>
1919
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
20+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/DefinitionLocationAttributeFileDoesnotExist/DefinitionLocationAttributeFileDoesnotExist.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
1818
<WarningLevel>4</WarningLevel>
1919
<NoWarn>0169;0067</NoWarn>
20-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
20+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/DefinitionLocationAttributeLineDoesnotExist/DefinitionLocationAttributeLineDoesnotExist.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<NoWarn>0169;0067</NoWarn>
1818
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
1919
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
20+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/DefinitionLocationAttributeWithSpaceInTheType/DefinitionLocationAttributeWithSpaceInTheType.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<NoWarn>0169;0067</NoWarn>
1818
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
1919
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
20+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/DummyProviderForLanguageServiceTesting/DummyProviderForLanguageServiceTesting.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
2121
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2222
<CustomOutputPath>true</CustomOutputPath>
23-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
23+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2424
</PropertyGroup>
2525
<ItemGroup>
2626
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/EditorHideMethodsAttribute/EditorHideMethodsAttribute.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<NoWarn>0169;0067</NoWarn>
1818
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
1919
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
20+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/EmptyAssembly/EmptyAssembly.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
2121
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2222
<CustomOutputPath>true</CustomOutputPath>
23-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
23+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2424
</PropertyGroup>
2525
<ItemGroup>
2626
<ReferenceInclude="System" />

‎vsintegration/tests/unittests/MockTypeProviders/XmlDocAttributeWithAdequateComment/XmlDocAttributeWithAdequateComment.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<NoWarn>0169;0067</NoWarn>
1818
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
1919
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20-
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTestsResources\MockTypeProviders</OutputPath>
20+
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetFramework)\bin\UnitTests\MockTypeProviders</OutputPath>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<ReferenceInclude="System" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp