Kaydet (Commit) 7f45ebf7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Add link to bug describing such a race

Change-Id: Idd3e325c1240905649e04333fadcde9ac4a4ad0f
üst 97c4f06d
......@@ -478,6 +478,11 @@ public class _XAccessibleComponent extends MultiMethodTest {
log.println( "potential race bounds " + bounds.Width + "x" + bounds.Height +
" vs. size " + size.Width + "x" + size.Height);
// Possibily we hit a race condition and it re-sized (?) ...
// One such race is described in
// <https://bugs.documentfoundation.org/show_bug.cgi?id=64587>
// "SvpSalInstance::CheckTimeout -> ScTable::SetRowHeightRange
// breaks JunitTest_sc_unoapi sc.ScAccessibleCell::com::sun::
// star::accessibility::XAccessibleComponent::getSize()".
bounds = oObj.getBounds();
size = oObj.getSize();
}
......
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