Tests failing because ENOENT ./test_files/apachepoi_SimpleWithComments.xls #654
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#654
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've cloned
master
and installed the NPM packages. When I runmake test
I get the following failure:I'm not sure how to diagnose this issue: the file isn't there, but I can't figure out how it's supposed to have gotten there either.
@wolfgang42 that test is a holdover from how XLS used to be structured. It can be safely removed. Give me one minute, we'll remove that along with a few other test changes.
For testing: on OSX/Linux you need to run
make init
to pull in the test files. In windows you need to download the last release from https://github.com/SheetJS/test_files/releases ,@SheetJSDev Where does
make init
come in? It looks like it's trying to use SVN to get test data from somewhere (which doesn't work on my system because I don't have Subversion installed), but I rannpm run pretest
and after your updatemake test
is working fine.@wolfgang42 don't worry about it :)
make init
pulls a bunch of external test files for a larger test that we run before cutting releases. If the base tests work withnpm run pretest
we'll update the docs