SymbolsFromCatalog.java (38c338db) SymbolsFromCatalog.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

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

24 */
25package fvt.gui.formula.catalog;
26
27import static org.junit.Assert.*;
28import static testlib.gui.UIMap.*;
29
30import org.junit.After;
31import 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

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

24 */
25package fvt.gui.formula.catalog;
26
27import static org.junit.Assert.*;
28import static testlib.gui.UIMap.*;
29
30import org.junit.After;
31import org.junit.Before;
32import org.junit.Rule;
32import org.junit.Test;
33import org.junit.Test;
34import org.openoffice.test.common.Logger;
33import org.openoffice.test.vcl.widgets.VclDialog;
34
35import testlib.gui.AppTool;
36
37
38public class SymbolsFromCatalog {
39
35import org.openoffice.test.vcl.widgets.VclDialog;
36
37import testlib.gui.AppTool;
38
39
40public class SymbolsFromCatalog {
41
42 @Rule
43 public Logger log = Logger.getLogger(this);
44
40 @Before
41 public void setUp() throws Exception {
42 app.start(true);
43 AppTool.newFormula();
44 // Click catalog button
45 mathCatalogButton.click();
46 // Select "Special", click "Edit" button
47 mathSymbolsDlgListbox.select(2);

--- 131 unchanged lines hidden ---
45 @Before
46 public void setUp() throws Exception {
47 app.start(true);
48 AppTool.newFormula();
49 // Click catalog button
50 mathCatalogButton.click();
51 // Select "Special", click "Edit" button
52 mathSymbolsDlgListbox.select(2);

--- 131 unchanged lines hidden ---