You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2012/10/12 16:55:35 UTC

svn commit: r1397597 - /airavata/trunk/modules/registry/airavata-jpa-registry/src/test/java/org/apache/airavata/persistance/registry/jpa/GatewayResourceTest.java

Author: chathuri
Date: Fri Oct 12 14:55:35 2012
New Revision: 1397597

URL: http://svn.apache.org/viewvc?rev=1397597&view=rev
Log:
removing multiple records in getList()

Modified:
    airavata/trunk/modules/registry/airavata-jpa-registry/src/test/java/org/apache/airavata/persistance/registry/jpa/GatewayResourceTest.java

Modified: airavata/trunk/modules/registry/airavata-jpa-registry/src/test/java/org/apache/airavata/persistance/registry/jpa/GatewayResourceTest.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/registry/airavata-jpa-registry/src/test/java/org/apache/airavata/persistance/registry/jpa/GatewayResourceTest.java?rev=1397597&r1=1397596&r2=1397597&view=diff
==============================================================================
--- airavata/trunk/modules/registry/airavata-jpa-registry/src/test/java/org/apache/airavata/persistance/registry/jpa/GatewayResourceTest.java (original)
+++ airavata/trunk/modules/registry/airavata-jpa-registry/src/test/java/org/apache/airavata/persistance/registry/jpa/GatewayResourceTest.java Fri Oct 12 14:55:35 2012
@@ -151,7 +151,6 @@ public class GatewayResourceTest extends
         assertNotNull(gatewayResource.get(ResourceType.APPLICATION_DESCRIPTOR));
         assertNotNull(gatewayResource.get(ResourceType.EXPERIMENT));
         assertNotNull(gatewayResource.get(ResourceType.PROJECT));
-        assertNotNull(gatewayResource.get(ResourceType.GATEWAY_WORKER));
     }
 
     @org.junit.Test