2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 from uitest
.framework
import UITestCase
10 class tdf92611(UITestCase
):
12 def test_launch_and_close_bibliography(self
):
14 self
.ui_test
.create_doc_in_start_center("writer")
17 self
.xUITest
.executeCommand(".uno:BibliographyComponent")
21 self
.xUITest
.executeCommand(".uno:CloseWin")
25 self
.ui_test
.close_doc()
27 # vim: set shiftwidth=4 softtabstop=4 expandtab: