CharacterFromCatalogDlg.java (38c338db) CharacterFromCatalogDlg.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;
33
34import testlib.gui.AppTool;
35
36public class CharacterFromCatalogDlg {
35
36import testlib.gui.AppTool;
37
38public class CharacterFromCatalogDlg {
39
40 @Rule
41 public Logger log = Logger.getLogger(this);
37
38 @Before
39 public void setUp() throws Exception {
40 app.start(true);
41 AppTool.newFormula();
42 // Click catalog button
43 mathCatalogButton.click();
44 }

--- 89 unchanged lines hidden ---
42
43 @Before
44 public void setUp() throws Exception {
45 app.start(true);
46 AppTool.newFormula();
47 // Click catalog button
48 mathCatalogButton.click();
49 }

--- 89 unchanged lines hidden ---