You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/02/16 08:27:43 UTC

[camel] branch master updated: Move data to resources directory

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

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


The following commit(s) were added to refs/heads/master by this push:
     new af32e6f  Move data to resources directory
af32e6f is described below

commit af32e6fcea96e0c2dbc1b01a9d2e881ddedb9d8f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 16 09:27:19 2019 +0100

    Move data to resources directory
---
 .../test/java/org/apache/camel/example/billboard/BillboardAggrTest.java | 2 +-
 .../src/{ => test/resources}/data/billboard_lyrics_1964-2015.csv        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-billboard-aggr/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java b/examples/camel-example-billboard-aggr/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java
index 6991ce6..8de52d3 100644
--- a/examples/camel-example-billboard-aggr/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java
+++ b/examples/camel-example-billboard-aggr/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java
@@ -34,7 +34,7 @@ import org.junit.Test;
 
 public class BillboardAggrTest extends CamelTestSupport {
 
-    private static final String BASEPATH = System.getProperty("user.dir") + "/src/data";
+    private static final String BASEPATH = System.getProperty("user.dir") + "/src/test/resources/data";
 
     @Override
     protected CamelContext createCamelContext() throws Exception {
diff --git a/examples/camel-example-billboard-aggr/src/data/billboard_lyrics_1964-2015.csv b/examples/camel-example-billboard-aggr/src/test/resources/data/billboard_lyrics_1964-2015.csv
similarity index 100%
rename from examples/camel-example-billboard-aggr/src/data/billboard_lyrics_1964-2015.csv
rename to examples/camel-example-billboard-aggr/src/test/resources/data/billboard_lyrics_1964-2015.csv