Skip to content

Commit

Permalink
adding revision version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Dec 7, 2023
1 parent ae87e02 commit 942b1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public GetVersionOfTheAppLibTests(WebApplicationFactory<Program> factory) : base

[Theory]
[InlineData("ttd", "empty-app", "testUser", "7.4.0", "Templates/AppCsprojTemplate.txt")]
[InlineData("ttd", "empty-app", "testUser", "8.0.0-preview.11", "Templates/AppCsprojTemplate.txt")]
public async Task GetAppLibVersion_GivenCsProjFile_ShouldReturnOK(string org, string app, string developer, string version, string csprojTemplate)
{
string targetRepository = TestDataHelper.GenerateTestRepoName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public async Task SaveProcessDefinitionFromTemplate_WrongTemplate_ShouldReturn40

[Theory]
[InlineData("ttd", "empty-app", "testUser", "8.0.0", "start-data-confirmation-end.bpmn")]
[InlineData("ttd", "empty-app", "testUser", "8.0.0-preview.11", "start-data-confirmation-end.bpmn")]
public async Task SaveProcessDefinitionFromTemplate_ShouldReturnOk_AndSaveTemplate(string org, string app, string developer, string version, string templateName)
{
string targetRepository = TestDataHelper.GenerateTestRepoName();
Expand Down

0 comments on commit 942b1d1

Please sign in to comment.