You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2016/08/25 14:13:49 UTC

[2/4] camel git commit: fix google drive unit test failure

fix google drive unit test failure


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b60136a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b60136a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b60136a

Branch: refs/heads/master
Commit: 3b60136abf1e6970f2318084df0a069fbfdbdb29
Parents: 5caa9d2
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Thu Aug 25 11:42:52 2016 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Thu Aug 25 11:42:52 2016 -0230

----------------------------------------------------------------------
 .../component/google/drive/AbstractGoogleDriveTestSupport.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3b60136a/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/AbstractGoogleDriveTestSupport.java
----------------------------------------------------------------------
diff --git a/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/AbstractGoogleDriveTestSupport.java b/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/AbstractGoogleDriveTestSupport.java
index 067bbe6..fac64bc 100644
--- a/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/AbstractGoogleDriveTestSupport.java
+++ b/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/AbstractGoogleDriveTestSupport.java
@@ -42,7 +42,7 @@ public abstract class AbstractGoogleDriveTestSupport extends CamelTestSupport {
     protected static String testFolderId;
     protected static String testFileId;
 
-    protected static final String TEST_UPLOAD_FILE = "src/test/resources/log4j.properties";
+    protected static final String TEST_UPLOAD_FILE = "src/test/resources/log4j2.properties";
     protected static final String TEST_UPLOAD_IMG = "src/test/resources/camel-box-small.png";
     protected static final java.io.File UPLOAD_FILE = new java.io.File(TEST_UPLOAD_FILE);