diff --git a/tests/word/custom-xml/custom-xml.js b/tests/word/custom-xml/custom-xml.js index fb0dd47844..a4176033db 100644 --- a/tests/word/custom-xml/custom-xml.js +++ b/tests/word/custom-xml/custom-xml.js @@ -31,6 +31,11 @@ */ $(function () { + + AscCommon.CustomXmlManager.prototype.isSupported = function() + { + return true; + }; function MockZLibEngine () {