You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2023/02/17 14:19:53 UTC

[airavata-data-catalog] 03/05: moved test package

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch machristie/issue7
in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git

commit 011dff88095c38a309db9d43ed4266dc2381b204
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Feb 15 15:31:38 2023 -0500

    moved test package
---
 .../api}/DataCatalogApiServerApplicationTests.java                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data-catalog-api/server/src/test/java/org/apache/airavata/datacatalogapiserver/DataCatalogApiServerApplicationTests.java b/data-catalog-api/server/src/test/java/org/apache/airavata/datacatalog/api/DataCatalogApiServerApplicationTests.java
similarity index 79%
rename from data-catalog-api/server/src/test/java/org/apache/airavata/datacatalogapiserver/DataCatalogApiServerApplicationTests.java
rename to data-catalog-api/server/src/test/java/org/apache/airavata/datacatalog/api/DataCatalogApiServerApplicationTests.java
index f7ed907..00bd885 100644
--- a/data-catalog-api/server/src/test/java/org/apache/airavata/datacatalogapiserver/DataCatalogApiServerApplicationTests.java
+++ b/data-catalog-api/server/src/test/java/org/apache/airavata/datacatalog/api/DataCatalogApiServerApplicationTests.java
@@ -1,4 +1,4 @@
-package org.apache.airavata.datacatalogapiserver;
+package org.apache.airavata.datacatalog.api;
 
 import org.junit.jupiter.api.Test;
 import org.springframework.boot.test.context.SpringBootTest;