Skip to content

Commit 80ff105

Browse files
authored
update tests to use Reqnroll v3.2.0 (#126)
* update tests to use Reqnroll v3.2.0 * update approval test
1 parent aafa042 commit 80ff105

15 files changed

Lines changed: 42 additions & 10 deletions

Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/ApprovalTestData/GeneratedProjectTests/DS_1.0.0-pre_nunit_nprj_net6.0_bt_992117478.approved.txt renamed to Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/ApprovalTestData/GeneratedProjectTests/DS_3.2.0_nunit_bt_992117478.approved.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"Connector": "<connector>",
88
"ImageRuntimeVersion": "v4.0.30319",
99
"SFFile": "Reqnroll.dll",
10-
"SFFileVersion": "1.0.0",
11-
"SFProductVersion": "1.0.0+c0877c79ce29cc34ebd04fd85ea035a18b1874b8",
10+
"SFFileVersion": "3.0.0",
11+
"SFProductVersion": "3.2.0+31832046767fc043c9e10d0cc23591c819071bc1",
1212
"SourcePaths": "1",
1313
"StepDefinitions": "3",
14-
"TargetFramework": ".NETCoreApp,Version=v6.0",
14+
"TargetFramework": ".NETCoreApp,Version=v8.0",
1515
"TypeNames": "0"
1616
}
1717
}

Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/ApprovalTestData/GeneratedProjectTests/DS_1.0.0-pre_nunit_nprj_net6.0_bt_992117478.json renamed to Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/ApprovalTestData/GeneratedProjectTests/DS_3.2.0_nunit_bt_992117478.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"FeatureFileCount": 1,
44
"ScenarioPerFeatureFileCount": 1,
55
"NewProjectFormat": true,
6-
"TargetFramework": "net6.0",
7-
"ReqnrollPackageVersion": "1.0.0"
6+
"TargetFramework": "net8.0",
7+
"ReqnrollPackageVersion": "3.2.0"
88
}
99
}

Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/GeneratedProjectTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static string TempFolder
2121
}
2222

2323
[Theory]
24-
[InlineData("DS_1.0.0-pre_nunit_nprj_net6.0_bt_992117478")]
24+
[InlineData("DS_3.2.0_nunit_bt_992117478")]
2525
public void Approval(string testName)
2626
{
2727
//arrange
Binary file not shown.
Binary file not shown.
Binary file not shown.

Tests/ExternalPackages/Deveroom.SampleReqnrollV2.ExternalBindings/Deveroom.SampleReqnrollV2.ExternalBindings.csproj renamed to Tests/ExternalPackages/Deveroom.SampleReqnrollV3.ExternalBindings/Deveroom.SampleReqnrollV3.ExternalBindings.csproj

File renamed without changes.

Tests/ExternalPackages/Deveroom.SampleReqnrollV2.ExternalBindings/ExternalBindingsSteps.cs renamed to Tests/ExternalPackages/Deveroom.SampleReqnrollV3.ExternalBindings/ExternalBindingsSteps.cs

File renamed without changes.
Binary file not shown.

Tests/ExternalPackages/Deveroom.SampleReqnrollV2.ReqnrollPlugin/Deveroom.SampleReqnrollV2.ReqnrollPlugin.csproj renamed to Tests/ExternalPackages/Deveroom.SampleReqnrollV3.ReqnrollPlugin/Deveroom.SampleReqnrollV3.ReqnrollPlugin.csproj

File renamed without changes.

0 commit comments

Comments
 (0)