Skip to content

Commit

Permalink
Bump testing dependencies, fix testing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed Jun 15, 2023
1 parent 1cf6a8b commit 418ba2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit.ApplicationDomain" Version="12.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Tests/tests.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<RunSettings>
<!-- Configurations that affect the Test Framework -->
<RunConfiguration>
<!-- Path relative to solution directory -->
<!-- Path relative to location of this file -->
<ResultsDirectory>.\TestResults</ResultsDirectory>
<TargetPlatform>x64</TargetPlatform>
</RunConfiguration>

<!-- Parameters used by tests at runtime -->
<TestRunParameters>
<Parameter name="SE.Install" value="SEWorkshopTool" />
<Parameter name="SE.Install" value="..\..\..\..\SEWorkshopTool" />
<Parameter name="SE.ModIDToDownload" value="637504549" />
<Parameter name="SE.ModNameToUpload" value="test-dev" />
<Parameter name="SE.ScriptNameToUpload" value="Test Script" />
<Parameter name="SE.ModDescriptionFile" value="se-mod-desc.txt" />
<Parameter name="SE.ModChangelogFile" value="se-mod-log.txt" />
<!-- <Parameter name="SE.AppData" value="" /> -->

<Parameter name="ME.Install" value="MEWorkshopTool" />
<Parameter name="ME.Install" value="..\..\..\..\MEWorkshopTool" />
<Parameter name="ME.ModIDToDownload" value="1342545091" />
<Parameter name="ME.ModNameToUpload" value="PickaxeMod_mewt" />
<Parameter name="ME.ModDescriptionFile" value="me-mod-desc.txt" />
Expand All @@ -26,4 +26,4 @@
</TestRunParameters>

<!-- Adapter Specific sections -->
</RunSettings>
</RunSettings>

0 comments on commit 418ba2d

Please sign in to comment.