1 'encoding UTF-8 Do not remove or change this line!
2 '**************************************************************************
3 '* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 '* Copyright 2008 by Sun Microsystems, Inc.
7 '* OpenOffice.org - a multi-platform office productivity suite
9 '* $RCSfile: m_002_.inc,v $
13 '* last change: $Author: jsi $ $Date: 2008-06-16 11:51:23 $
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 : thorsten.bosbach@sun.com
36 '* short description :
38 '\*****************************************************************
41 printlog Chr(13) + "-- Edit Menu m_002_ --"
44 Call tmEditAllClipboard
49 testcase tmEditUndoRedo
50 '/// Edit / Undo and Edit / Redo ///
51 '/// open application ///'
53 kontext "DocumentMath"
54 '/// type something into the document ///'
60 warnlog "edit->undo doesn't work :-("
66 '/// close application ///'
70 testcase tmEditAllClipboard
71 '/// open application ///'
73 kontext "DocumentMath"
74 ' DocumentMath.TypeKeys Eingabe not working
75 ' kontext "Commands" also not working -- only way to type smth is clippboard
76 ' Commands.TypeKeys Eingabe
78 '/// type something into the document ///'
80 '/// Edit->Select All ///'
92 '/// Edit->Select All ///'
101 '/// close application ///'
105 testcase tmEditMarker
106 '/// open application ///'
108 '/// type something into the document ///'
109 SchreibenInMathdok "Nonsense"
110 '/// Edit->Previous Marker ///'
112 '/// Edit->Previous Marker ///'
115 '/// Edit->Next Marker ///'
118 '/// close application ///'
122 testcase tmEditFailure
123 '/// open application ///'
125 '/// type something into the document ///'
126 SchreibenInMathdok "Nonsense"
127 '/// Edit->Next Error ///'
129 '/// Edit->Next Error ///'
132 '/// Edit->Previous Error ///'
135 '/// close application ///'