Skip to content

Commit

Permalink
Issue # SB-753 Developement : Test case code coverage configuration .
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindyadav108 committed Jan 31, 2018
1 parent 17407c1 commit 6a6fe06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ private static void initializeGlobalContext(ExecutionContext context) {

String pid = System.getenv(JsonKey.SUNBIRD_INSTALLATION);
if(ProjectUtil.isStringNullOREmpty(pid)) {
pid =PropertiesCache.getInstance().getProperty(JsonKey.SUNBIRD_INSTALLATION)+"-"+JsonKey.LEARNER_SERVICE;
pid =PropertiesCache.getInstance().getProperty(JsonKey.SUNBIRD_INSTALLATION);
}
pid = pid+"-"+JsonKey.LEARNER_SERVICE;
String pdataVersion = System.getenv(JsonKey.PDATA_VERSION);
if(ProjectUtil.isStringNullOREmpty(pdataVersion)){
pdataVersion = PropertiesCache.getInstance().getProperty(JsonKey.PDATA_VERSION);
Expand Down

0 comments on commit 6a6fe06

Please sign in to comment.