HeaderAndFooterSetting.java (c37bcbf4) HeaderAndFooterSetting.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

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

27import static org.junit.Assert.*;
28import static org.openoffice.test.common.Testspace.*;
29import static org.openoffice.test.vcl.Tester.*;
30import static testlib.gui.AppTool.*;
31import static testlib.gui.UIMap.*;
32
33import org.junit.After;
34import org.junit.Before;
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

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

27import static org.junit.Assert.*;
28import static org.openoffice.test.common.Testspace.*;
29import static org.openoffice.test.vcl.Tester.*;
30import static testlib.gui.AppTool.*;
31import static testlib.gui.UIMap.*;
32
33import org.junit.After;
34import org.junit.Before;
35import org.junit.Rule;
35import org.junit.Test;
36import org.openoffice.test.common.FileUtil;
36import org.junit.Test;
37import org.openoffice.test.common.FileUtil;
38import org.openoffice.test.common.Logger;
37
38import testlib.gui.AppTool;
39import testlib.gui.SDTool;
40
41public class HeaderAndFooterSetting {
42
39
40import testlib.gui.AppTool;
41import testlib.gui.SDTool;
42
43public class HeaderAndFooterSetting {
44
45 @Rule
46 public Logger log = Logger.getLogger(this);
47
43 @Before
44 public void setUp() throws Exception {
45 app.start(true);
46 AppTool.newPresentation();
47 for (int i = 0; i < 5; i++) {
48 sdInsertPageButtonOnToolbar.click();
49 }
50 // Pop up navigator panel

--- 564 unchanged lines hidden ---
48 @Before
49 public void setUp() throws Exception {
50 app.start(true);
51 AppTool.newPresentation();
52 for (int i = 0; i < 5; i++) {
53 sdInsertPageButtonOnToolbar.click();
54 }
55 // Pop up navigator panel

--- 564 unchanged lines hidden ---