Week 8 Report
Hello all, The last week was the 8th week of coding weeks in GSoC program. So this report is final report before phase 2 evaluation . I am still in the final exams period but I continued adding support for the non supported items. Report in points: Working on the support of Menu Button objects . Fixing Timing issue in test_insert_hyperlink. Phase (1)&(2) Achievements . ===================================== 1) I continued working on the "gear button menu in Tools->Customize" support. I am facing some problems and I can't solve it after doing a lot of debugging within the last week. I tried to add a demo like the one here in this patch . The problem is that the test case stops working after executing any action from the actions that added in the support here . For example, If I executed this line: >>self.ui_test.execute_dialog_through_action( xmenugearbtn , "OPENFROMLIST" , mkPropertyValues({"POS": "0" }) ) The test case opens ...