Skip to content

Commit

Permalink
Merge pull request #473 from axonivy-market/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
alexsuter authored Sep 25, 2023
2 parents dad8b59 + a634d92 commit a12640e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* This test tests the functionality of the {@link PersonClient} class.
* As this class uses {@link Ivy#rest}, this test class have to be annotated with {@literal @IvyTest}.
*/
@IvyTest
@IvyTest(enableWebServer = true)
public class TestPersonClient
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import ch.ivyteam.ivy.environment.Ivy;
import ch.ivyteam.ivy.workflow.query.SignalEventQuery;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class TestAsyncInvocation
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class TestCallOwnPersonRestService
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;
import ch.ivyteam.ivy.environment.AppFixture;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
class TestDataMapping
{
@BeforeAll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;
import ch.ivyteam.ivy.environment.AppFixture;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
class TestFileUpload
{
@BeforeAll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import ch.ivyteam.ivy.bpm.engine.client.BpmClient;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class TestBatchServiceClient
{
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;
import ch.ivyteam.ivy.environment.AppFixture;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class TestDataMapping {

public static interface Smartbear {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import ch.ivyteam.ivy.bpm.engine.client.BpmClient;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class TestPersonClient
{
@Test
Expand Down

0 comments on commit a12640e

Please sign in to comment.