Skip to content

Commit

Permalink
Update BaseTestCase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravikant-M1044571 authored Jun 30, 2020
1 parent 456c34a commit 1f86d39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ public static void suiteSetup() {
logger.info("Done with BeforeSuite and test case setup! BEGINNING TEST EXECUTION!\n\n");

logger.info("Inserting device management data");
//AdminTestUtil.deleteDeviceManagementData();
//AdminTestUtil.createDeviceManagementData();
AdminTestUtil.deleteDeviceManagementData();
AdminTestUtil.createDeviceManagementData();

String[] modulesSpecified = System.getProperty("modules").split(",");
List<String> listOfModules = new ArrayList<String>(Arrays.asList(modulesSpecified));
Expand Down

0 comments on commit 1f86d39

Please sign in to comment.