<div dir="ltr">Hi,<div><br><div>This week I managed to finish making the framework in order to run my tests - <a href="https://gerrit.libreoffice.org/c/core/+/136943" target="_blank">https://gerrit.libreoffice.org/c/core/+/136943</a></div><div><br></div><div>Still had some problems with the debugger but this was resolved after moving the python warnings around - <a href="https://gerrit.libreoffice.org/c/core/+/137032" target="_blank">https://gerrit.libreoffice.org/c/core/+/137032</a></div><div><br></div><div>One of the most useful things I did was in vcl/source/window/dialog.cxx - Dialog::ImplStartExecute - where I swapped the dialog "cancelled in silent mode" to a SAL_DEBUG so that I can see basic errors. This would be good to have on all unit tests so that when they fail randomly there is a clear reason why.<br></div><div><br></div><div>Managed to upload most of my macros tests and try these in writer, two objects - Word and Sentence are not implemented in writer so the plan is to do this at some point in the next few weeks then run the tests - <a href="https://gerrit.libreoffice.org/c/core/+/137105" target="_blank">https://gerrit.libreoffice.org/c/core/+/137105</a></div><div><br></div><div>Testing with ParagraphFormat lots of properties/attributes are missing so will try to add some of those next week in order for tests to pass.</div><div><br></div><div><div>Had some problems with ActiveDocument.Select not working in writer so fixed this by adding the select method to the Document object - <a href="https://gerrit.libreoffice.org/c/core/+/137109" target="_blank">https://gerrit.libreoffice.org/c/core/+/137109</a></div><div><br></div><div>I updated XRange to include Find - <a href="https://gerrit.libreoffice.org/c/core/+/137004">https://gerrit.libreoffice.org/c/core/+/137004</a><br></div></div><div>Got a bit confused with what was happening with the selection on the find object so wrote some more tests to look at this in word - seemingly Selection.Find.Execute creates the selection (if nothing was selected previously) or it makes a range to do the find and replace on and then returns a new selection depending on find settings. I tried to have a look at this in sw/source/ui/vba/vbaselection.cxx but hopefully will fix it by next week.</div><div><br></div><div>Hannah</div><div><br></div></div></div>