Commit 5e269f6c authored by Oleg.Korshul's avatar Oleg.Korshul

autoTest run code

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65054 954022d7-b5bf-4e40-9824-e11837661b57
parent 8e724fe5
......@@ -2008,7 +2008,10 @@ function CDrawingDocument()
}
if (isFull)
{
this.m_oWordControl.OnScroll();
this.m_oWordControl.m_oApi.asc_fireCallback("asc_onEndCalculate");
}
//console.log("end " + this.m_lCountCalculatePages + "," + isFull + "," + isBreak);
}
......
......@@ -3639,6 +3639,11 @@ function CEditorPage(api)
this.UpdateHorRuler();
this.UpdateVerRuler();
if (window["AutoTester"] !== undefined)
{
window["AutoTester"]["RunTest"]();
}
//this.m_oDrawingDocument.CheckFontCache();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment