You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/09/22 07:46:48 UTC

[isis] branch master updated: ISIS-2437: fix test resources not found

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new de545cd  ISIS-2437: fix test resources not found
de545cd is described below

commit de545cd943fffa390c77b8d2f6cbb62795efb75a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Sep 22 09:46:36 2020 +0200

    ISIS-2437: fix test resources not found
---
 .../org/apache/isis/commons/internal/resources/customer.json              | 0
 .../org/apache/isis/commons/internal/resources/customer.yml               | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/commons/src/test/java/org/apache/isis/commons/internal/resources/customer.json b/commons/src/test/resources/org/apache/isis/commons/internal/resources/customer.json
similarity index 100%
rename from commons/src/test/java/org/apache/isis/commons/internal/resources/customer.json
rename to commons/src/test/resources/org/apache/isis/commons/internal/resources/customer.json
diff --git a/commons/src/test/java/org/apache/isis/commons/internal/resources/customer.yml b/commons/src/test/resources/org/apache/isis/commons/internal/resources/customer.yml
similarity index 100%
rename from commons/src/test/java/org/apache/isis/commons/internal/resources/customer.yml
rename to commons/src/test/resources/org/apache/isis/commons/internal/resources/customer.yml