[
https://issues.apache.org/jira/browse/AIRAVATA-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390635#comment-16390635
]
ASF GitHub Bot commented on AIRAVATA-2657:
------------------------------------------
machristie commented on a change in pull request #167: [AIRAVATA-2657]
Refactoring App Catalog Implementation - ApplicationDeployment and
ApplicationInterface Modules
URL: https://github.com/apache/airavata/pull/167#discussion_r173050297
##########
File path:
modules/registry-refactoring/src/test/java/org/apache/airavata/registry/core/repositories/ReplicaCatalogRepositoryTest.java
##########
@@ -61,70 +61,70 @@ public void setupRepository() {
@Test
public void dataProductRepositoryTest() {
- DataProductRepository dataProductRepository = new
DataProductRepository(DataProductModel.class, DataProductEntity.class);
+// DataProductRepository dataProductRepository = new
DataProductRepository(DataProductModel.class, DataProductEntity.class);
/*
* Creating Gateway required for UserProfile & Project creation
*/
- Gateway gateway = new Gateway();
- gateway.setGatewayApprovalStatus(GatewayApprovalStatus.ACTIVE);
- gateway.setGatewayId(gatewayId);
- gateway.setDomain(GATEWAY_DOMAIN);
- gateway = gatewayRepository.create(gateway);
- Assert.assertTrue(!gateway.getGatewayId().isEmpty());
+// Gateway gateway = new Gateway();
Review comment:
Why are these all commented out?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Refactoring App Catalog implementation - ApplicationDeployment and
> ApplicationInterface
> ---------------------------------------------------------------------------------------
>
> Key: AIRAVATA-2657
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2657
> Project: Airavata
> Issue Type: Task
> Components: Application Catalog
> Reporter: Sneha Tilak
> Assignee: Sneha Tilak
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)