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

ASF GitHub Bot commented on CB-7493:
------------------------------------

Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-windows/pull/43#issuecomment-56276027
  
    Hmm... 
https://github.com/apache/cordova-windows/commit/fdce7411529e3630f6b7c17f9942a3113ba67c6e
 is required but it's in master already.
    Tried `npm test` on both home and work PCs and get following while running 
the test: 
    ```
    Creating Cordova Windows Project:
            App Name  : 応用
            Namespace : com.test.app
            Path      : testcreate 応用
    ```
    
    In your case it looks like quotes in `test` command parsed improperly: 
`\"testcreate 応用\"` should be passed to `create` script as a whole argument but 
looks like it's splitted into `\"testcreate` and `応用\"` instead. Not sure, why 
this happens.
    
    I'll try to repro and ping you if i find something.


> Add e2e test for 'space-in-path' and 'unicode in path/name' for core 
> platforms.
> -------------------------------------------------------------------------------
>
>                 Key: CB-7493
>                 URL: https://issues.apache.org/jira/browse/CB-7493
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, iOS, Windows, WP8
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>
> Since we have several issues with unicode in paths and app names it will be 
> great to have automated testing of these cases.
> Best place to keep these tests is platform repo, so these tests can be ran 
> via come CI service (Appveyor for WP8 and Windows, Travis CI for Android and 
> iOS)
> For WP8 and windows platforms we already have such tests, so we need just to 
> improve them to test new cases.
> For Android and iOS it will be necessary to implement tests. Implementation 
> will be very similar to windows/wp8 implementation.
> Note that android currently doesn't have support for unicode symbols in app 
> name (due to android tools restrictions). So test for android should contain 
> only 'space' case test.



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

Reply via email to