Skip to content

Commit

Permalink
Merge pull request mosip#924 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-28234
  • Loading branch information
Sohandey authored Jul 19, 2023
2 parents b0039ab + 50eb56c commit d1a5230
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 1,329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public class AdminTestUtil extends BaseTestCase {
String idrepoAutoGeneratedIdPropFileName = properties.getProperty("idrepoAutoGeneratedIdPropFileName");
String residentAutoGeneratedIdPropFileName = properties.getProperty("residentAutoGeneratedIdPropFileName");
String esignetAutoGeneratedIdPropFileName = properties.getProperty("esignetAutoGeneratedIdPropFileName");
String mimotoAutoGeneratedIdPropFileName = properties.getProperty("mimotoAutoGeneratedIdPropFileName");
String authAutoGeneratedIdPropFileName = properties.getProperty("authAutoGeneratedIdPropFileName");
String prerequisiteAutoGeneratedIdPropFileName = properties.getProperty("prerequisiteAutoGeneratedIdPropFileName");
String regProcAutoGeneratedIdPropFileName = properties.getProperty("regProcAutoGeneratedIdPropFileName");
Expand Down Expand Up @@ -2401,10 +2400,6 @@ public static void initiateMasterDataTest() {
copyMasterDataTestResource();
}

public static void initiateMimotoTest() {
copyMimotoDataTestResource();
}

public static void initiateMobileIdTestTest() {
copyMobileIdTestResource();
}
Expand Down Expand Up @@ -2442,10 +2437,6 @@ public static void copyMasterDataTestResource() {
copymoduleSpecificAndConfigFile(GlobalConstants.MASTERDATA);
}

public static void copyMimotoDataTestResource() {
copymoduleSpecificAndConfigFile("mimoto");
}

public static void copyMobileIdTestResource() {
copymoduleSpecificAndConfigFile("mobileId");
}
Expand Down Expand Up @@ -3106,8 +3097,6 @@ else if (testCaseName.toLowerCase().startsWith(GlobalConstants.MOBILEID))
return mobileIdAutoGeneratedIdPropFileName;
else if (testCaseName.toLowerCase().startsWith(GlobalConstants.ESIGNET))
return esignetAutoGeneratedIdPropFileName;
else if (testCaseName.toLowerCase().startsWith("mimoto"))
return mimotoAutoGeneratedIdPropFileName;
return null;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,6 @@ public static void suiteSetup() {

}

if (listOfModules.contains("mimoto")) {
BaseTestCase.currentModule = "mimoto";
setReportName("mimoto");
AdminTestUtil.initiateMimotoTest();

}

if (listOfModules.contains(GlobalConstants.ESIGNET)) {

BaseTestCase.currentModule = GlobalConstants.ESIGNET;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

197 changes: 0 additions & 197 deletions automationtests/src/main/resources/mimoto/AuthLock/createAuthLock.yml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d1a5230

Please sign in to comment.