[ 
https://issues.apache.org/jira/browse/QUARKS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302896#comment-15302896
 ] 

ASF GitHub Bot commented on QUARKS-181:
---------------------------------------

Github user queeniema commented on a diff in the pull request:

    https://github.com/apache/incubator-quarks/pull/123#discussion_r64818697
  
    --- Diff: 
connectors/file/src/test/java/quarks/test/connectors/file/FileStreamsGlobalTest.java
 ---
    @@ -0,0 +1,48 @@
    +/*
    +Licensed to the Apache Software Foundation (ASF) under one
    +or more contributor license agreements.  See the NOTICE file
    +distributed with this work for additional information
    +regarding copyright ownership.  The ASF licenses this file
    +to you under the Apache License, Version 2.0 (the
    +"License"); you may not use this file except in compliance
    +with the License.  You may obtain a copy of the License at
    +
    +  http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing,
    +software distributed under the License is distributed on an
    +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +KIND, either express or implied.  See the License for the
    +specific language governing permissions and limitations
    +under the License.
    +*/
    +package quarks.test.connectors.file;
    +
    +import org.junit.Test;
    +
    +/**
    + * FileStreams connector globalization tests.
    + */
    +public class FileStreamsGlobalTest extends FileStreamsTest {
    +
    +    String[] globalLines = new String[] {
    +            "學而時習之",
    +            "不亦說乎"
    +    };
    +
    +    @Test
    +    public void testGlobalTextFileReader() throws Exception {
    --- End diff --
    
    @dlaboss, thanks for the great suggestion; I'm a bit rusty! I'll make the 
appropiate changes.


> Create globalization tests for connectors
> -----------------------------------------
>
>                 Key: QUARKS-181
>                 URL: https://issues.apache.org/jira/browse/QUARKS-181
>             Project: Quarks
>          Issue Type: Test
>          Components: Test
>            Reporter: Queenie Ma
>            Assignee: Queenie Ma
>
> Currently, there are no tests for globalization (i.e., supporting character 
> sets other than English). To round out our existing tests, these tests should 
> be added.
> bq. Java uses Unicode as its character set when running, so the only testing 
> that would be required is when writing/reading out tuples from streams to 
> external systems. So the only tests that make sense would be tests for 
> connectors.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to