Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Sep 25, 2023
1 parent dad8b59 commit a634d92
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 a634d92

Please sign in to comment.