update dev300-m58
[ooovba.git] / testautomation / chart2 / required / includes / ch2_window.inc
blobd7b0d4a4dc5efc22893a2cbd5992e9aaab78fe6f
1 'encoding UTF-8  Do not remove or change this line!
2 '**************************************************************************
3 '* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 '* 
5 '* Copyright 2008 by Sun Microsystems, Inc.
6 '*
7 '* OpenOffice.org - a multi-platform office productivity suite
8 '*
9 '* $RCSfile: ch2_window.inc,v $
11 '* $Revision: 1.1 $
13 '* last change: $Author: jsi $ $Date: 2008-06-13 14:27:01 $
15 '* This file is part of OpenOffice.org.
17 '* OpenOffice.org is free software: you can redistribute it and/or modify
18 '* it under the terms of the GNU Lesser General Public License version 3
19 '* only, as published by the Free Software Foundation.
21 '* OpenOffice.org is distributed in the hope that it will be useful,
22 '* but WITHOUT ANY WARRANTY; without even the implied warranty of
23 '* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24 '* GNU Lesser General Public License version 3 for more details
25 '* (a copy is included in the LICENSE file that accompanied this code).
27 '* You should have received a copy of the GNU Lesser General Public License
28 '* version 3 along with OpenOffice.org.  If not, see
29 '* <http://www.openoffice.org/license.html>
30 '* for a copy of the LGPLv3 License.
32 '/************************************************************************
34 '* owner : oliver.craemer@sun.com
36 '* short description : Chart resource test - Menu WINDOW
38 '************************************************************************
40 ' #1 tWindowNewWindowAndClose
42 '\************************************************************************
44 testcase tWindowNewWindowAndClose
45 '///<u><b>Test Window::New Window and Window::Close Window</b></u>
47 '///<ul>
48    '///+<li>Load simple test document</li>
49    if fLoadVerySimpleChartAndSaveLocal() > 0 then
50        warnlog "Loading test document seems to have failed -> Check this out!"
51        goto endsub
52    endif
53    '///+<li>Select chart using navigator</li>
54    call fSelectFirstOLE
55    '///+<li>Invoke Edit::Object::Edit to enter Inplace Mode</li>
56    EditObjectEdit
57    sleep(2)
58    '///+<li>Invoke Window::New Window</li>
59    WindowNewWindow
60    '///+<li>Invoke Window::Close Window</li>
61    WindowCloseWindow
63    Kontext "DocumentCalc"
64    DocumentCalc.TypeKeys "<Escape>"
65    '///+<li>Close document</li>///
66    Call hCloseDocument
67 '///</ul>
68 endcase