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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a2517d7cde090c8079aebd72459d182f920c00fa
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Nov 30 11:35:24 2018 +0100

    CAMEL-12967 - Fixed CS
    
    Conflicts:
        
components/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/stream/SheetsStreamConsumerIntegrationTest.java
---
 .../google/sheets/stream/SheetsStreamConsumerIntegrationTest.java      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/stream/SheetsStreamConsumerIntegrationTest.java
 
b/components/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/stream/SheetsStreamConsumerIntegrationTest.java
index 36dd79b..4709131 100644
--- 
a/components/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/stream/SheetsStreamConsumerIntegrationTest.java
+++ 
b/components/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/stream/SheetsStreamConsumerIntegrationTest.java
@@ -63,7 +63,8 @@ public class SheetsStreamConsumerIntegrationTest extends 
AbstractGoogleSheetsStr
         return new RouteBuilder() {
             @Override
             public void configure() {
-                from("google-sheets-stream://data?spreadsheetId=" + 
spreadsheetId + "&range=" + range + 
"&delay=2000&maxResults=5").routeId("google-stream-test").to("mock:result");
+                from("google-sheets-stream://data?spreadsheetId=" + 
spreadsheetId 
+                    + "&range=" + range + 
"&delay=2000&maxResults=5&splitResults=true").routeId("google-stream-values-test").to("mock:rows");
             }
         };
     }

Reply via email to