mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
bugfix/import: doc import bugfix (#4235)
This commit is contained in:
parent
4db484e34e
commit
12c05c20b2
2 changed files with 4 additions and 2 deletions
|
@ -110,7 +110,7 @@ describe('Imports and Exports', function(){
|
|||
|
||||
// For some reason word import does not work in testing..
|
||||
// TODO: fix support for .doc files..
|
||||
xit('Tries to import .doc that uses soffice or abiword', function(done) {
|
||||
it('Tries to import .doc that uses soffice or abiword', function(done) {
|
||||
if(!settings.allowAnyoneToImport) return done();
|
||||
if((settings.abiword && settings.abiword.indexOf("/" === -1)) && (settings.office && settings.soffice.indexOf("/" === -1))) return done();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue