[TIMOB-25091] Windows: Mocha test Titanium.Blob constructed from File.read() test failure
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-09-01T06:33:20.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | failure-reviewed |
| Reporter | Eric Merriman |
| Assignee | Kota Iguchi |
| Created | 2017-08-11T16:21:08.000+0000 |
| Updated | 2018-08-02T22:20:03.000+0000 |
Description
Titanium.Blob constructed from File.read() 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)
Running in mocha-test shows that the error is as below, error originates from the
should(blob).be.an.instanceof(Ti.Blob);check as Ti.Blob is nullSame as TIMOB-25012, this fails on iOS too. I would resolve this as "won't fix" because we take iOS as reference platform.
Closing old "Won't fix" tickets. If you disagree, please reopen.