ShapeTypes.java (c37bcbf4) ShapeTypes.java (fd348426)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35import org.openoffice.test.common.Logger;
36
37import testlib.gui.AppTool;
38
39
40
41public class ShapeTypes {
42
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35import org.openoffice.test.common.Logger;
36
37import testlib.gui.AppTool;
38
39
40
41public class ShapeTypes {
42
43 @Rule
44 public Logger log = Logger.getLogger(this);
45
43 @Before
44 public void setUp() throws Exception {
45 app.start();
46 AppTool.newPresentation();
47
48 // Pop up navigator panel
49 if (!sdNavigatorDlg.exists()) {
50 app.dispatch(".uno:Navigator");

--- 87 unchanged lines hidden ---
46 @Before
47 public void setUp() throws Exception {
48 app.start();
49 AppTool.newPresentation();
50
51 // Pop up navigator panel
52 if (!sdNavigatorDlg.exists()) {
53 app.dispatch(".uno:Navigator");

--- 87 unchanged lines hidden ---