Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
cfa5f07c96
commit
7206e64bef
@@ -28,7 +28,7 @@ import java.util.Map;
|
||||
* API tests for PetApi
|
||||
*/
|
||||
@Ignore
|
||||
public class PetApiTest {
|
||||
public class PetApiLiveTest {
|
||||
|
||||
private final PetApi api = new PetApi();
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.Map;
|
||||
* API tests for StoreApi
|
||||
*/
|
||||
@Ignore
|
||||
public class StoreApiTest {
|
||||
public class StoreApiLiveTest {
|
||||
|
||||
private final StoreApi api = new StoreApi();
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.Map;
|
||||
* API tests for UserApi
|
||||
*/
|
||||
@Ignore
|
||||
public class UserApiTest {
|
||||
public class UserApiLiveTest {
|
||||
|
||||
private final UserApi api = new UserApi();
|
||||
|
||||
Reference in New Issue
Block a user