Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25092] Windows: Mocha test Titanium.Filesystem multiLingualFilename test failure

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2019-04-23T12:54:47.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsfailure-reviewed
ReporterEric Merriman
AssigneeKota Iguchi
Created2017-08-11T16:21:09.000+0000
Updated2019-04-23T12:54:47.000+0000

Description

Titanium.Filesystem multiLingualFilename please investigate the failure. Please use https://github.com/ewanharris/titanium-mobile-mocha-suite/tree/TIMOB-24816 to find the related test You can use https://github.com/ewanharris/mocha-test to quickly debug (most) mocha tests)

Comments

  1. Ewan Harris 2017-08-24

    Is valid, appears to be down to the characters, name the file foo.txt and the test does not fail
       var msg = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory, '網上廣東話輸入法.txt');
       should(msg.write('Appcelerator', true)).be.true;
       should(msg.exists()).be.true;
       should(msg.deleteFile()).be.true;
       should(msg.exists()).be.false;
       
  2. Kota Iguchi 2018-04-04

    This will be addressed by TIMOB-25780.
  3. Ewan Harris 2019-04-23

    Test is now enabled, closing

JSON Source