Commit 469bc2be authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

autoTest run code

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65054 954022d7-b5bf-4e40-9824-e11837661b57
parent ac56d067
...@@ -2008,7 +2008,10 @@ function CDrawingDocument() ...@@ -2008,7 +2008,10 @@ function CDrawingDocument()
} }
if (isFull) if (isFull)
{
this.m_oWordControl.OnScroll(); this.m_oWordControl.OnScroll();
this.m_oWordControl.m_oApi.asc_fireCallback("asc_onEndCalculate");
}
//console.log("end " + this.m_lCountCalculatePages + "," + isFull + "," + isBreak); //console.log("end " + this.m_lCountCalculatePages + "," + isFull + "," + isBreak);
} }
......
...@@ -3639,6 +3639,11 @@ function CEditorPage(api) ...@@ -3639,6 +3639,11 @@ function CEditorPage(api)
this.UpdateHorRuler(); this.UpdateHorRuler();
this.UpdateVerRuler(); this.UpdateVerRuler();
if (window["AutoTester"] !== undefined)
{
window["AutoTester"]["RunTest"]();
}
//this.m_oDrawingDocument.CheckFontCache(); //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