Skip to content

Commit 9df59dd

Browse files
committed
Update nanoFramework.TestFramework
1 parent 94e986d commit 9df59dd

6 files changed

Lines changed: 28 additions & 9 deletions

File tree

Tests/HashtableTests/HashtableTests.nfproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
<HintPath>..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.29\lib\netnano1.0\mscorlib.dll</HintPath>
3838
</Reference>
3939
<Reference Include="nanoFramework.TestFramework">
40-
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.44\lib\nanoFramework.TestFramework.dll</HintPath>
40+
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.45\lib\nanoFramework.TestFramework.dll</HintPath>
4141
</Reference>
4242
<Reference Include="nanoFramework.UnitTestLauncher">
43-
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.44\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
43+
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.45\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
4444
</Reference>
4545
</ItemGroup>
4646
<ItemGroup>
47+
<None Include="nano.runsettings" />
4748
<None Include="packages.config" />
4849
<None Include="packages.lock.json" />
4950
</ItemGroup>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<RunSettings>
3+
<!-- Configurations that affect the Test Framework -->
4+
<RunConfiguration>
5+
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
6+
<TestSessionTimeout>120000</TestSessionTimeout><!-- Milliseconds -->
7+
<TargetFrameworkVersion>net48</TargetFrameworkVersion>
8+
<TargetPlatform>x64</TargetPlatform>
9+
</RunConfiguration>
10+
<nanoFrameworkAdapter>
11+
<Logging>None</Logging> <!--Set to the desired level of logging for Unit Test execution. Possible values are: None, Detailed, Verbose, Error. -->
12+
<IsRealHardware>False</IsRealHardware><!--Set to true to run tests on real hardware. -->
13+
<RealHardwarePort>COM3</RealHardwarePort><!--Specify the COM port to use to connect to a nanoDevice. If none is specified, a device detection is performed and the 1st available one will be used. -->
14+
<CLRVersion></CLRVersion><!--Specify the nanoCLR version to use. If not specified, the latest available will be used. -->
15+
<PathToLocalCLRInstance></PathToLocalCLRInstance><!--Specify the path to a local nanoCLR instance. If not specified, the default one installed with nanoclr CLR witll be used. -->
16+
</nanoFrameworkAdapter>
17+
</RunSettings>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.29" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.TestFramework" version="4.0.0-preview.44" targetFramework="netnano1.0" developmentDependency="true" />
4+
<package id="nanoFramework.TestFramework" version="4.0.0-preview.45" targetFramework="netnano1.0" developmentDependency="true" />
55
</packages>

Tests/HashtableTests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.TestFramework": {
1212
"type": "Direct",
13-
"requested": "[4.0.0-preview.44, 4.0.0-preview.44]",
14-
"resolved": "4.0.0-preview.44",
15-
"contentHash": "fnls8qrsOptatRi/26dDP/2BJBaBHmTrvENEAkUXYuuYMD0hGEk2D3gkRVXd2VItsBK3zkif9bcnCyPL+4lgJg=="
13+
"requested": "[4.0.0-preview.45, 4.0.0-preview.45]",
14+
"resolved": "4.0.0-preview.45",
15+
"contentHash": "QnRl5gAJW4uoH4k4oQMT+gVnI57lGnST8F/PuK31M+j0AekWFvcSHKDirWrY9rs/JJTLPwgllaKiQGioTfBwPg=="
1616
}
1717
}
1818
}

Tests/QueueTests/QueueTests.nfproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@
3535
<HintPath>..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.29\lib\netnano1.0\mscorlib.dll</HintPath>
3636
</Reference>
3737
<Reference Include="nanoFramework.TestFramework">
38-
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.44\lib\nanoFramework.TestFramework.dll</HintPath>
38+
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.45\lib\nanoFramework.TestFramework.dll</HintPath>
3939
</Reference>
4040
<Reference Include="nanoFramework.UnitTestLauncher">
41-
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.44\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
41+
<HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.45\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
4242
</Reference>
4343
</ItemGroup>
4444
<ItemGroup>
45+
<None Include="nano.runsettings" />
4546
<None Include="packages.config" />
4647
<None Include="packages.lock.json" />
4748
</ItemGroup>

Tests/QueueTests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.29" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.TestFramework" version="4.0.0-preview.44" targetFramework="netnano1.0" developmentDependency="true" />
4+
<package id="nanoFramework.TestFramework" version="4.0.0-preview.45" targetFramework="netnano1.0" developmentDependency="true" />
55
</packages>

0 commit comments

Comments
 (0)