ChartDialogSetting.java (424494b0) ChartDialogSetting.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

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

34import org.openoffice.test.common.Logger;
35
36import testlib.gui.AppTool;
37
38/**
39 * Test the setting about chart dialog in spreadsheet
40 */
41public class ChartDialogSetting {
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

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

34import org.openoffice.test.common.Logger;
35
36import testlib.gui.AppTool;
37
38/**
39 * Test the setting about chart dialog in spreadsheet
40 */
41public class ChartDialogSetting {
42 @Rule
43 public Logger log = Logger.getLogger(this);
42
43 @Before
44 public void setUp() throws Exception {
45 app.start(true);
46 AppTool.newSpreadsheet();
47 app.dispatch(".uno:InsertObjectChart");
48 }
49

--- 21 unchanged lines hidden ---
44
45 @Before
46 public void setUp() throws Exception {
47 app.start(true);
48 AppTool.newSpreadsheet();
49 app.dispatch(".uno:InsertObjectChart");
50 }
51

--- 21 unchanged lines hidden ---