TableGeneral.java (b74bac87) TableGeneral.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) ---

24import static org.junit.Assert.*;
25import static org.openoffice.test.vcl.Tester.*;
26import static testlib.gui.AppTool.*;
27import static testlib.gui.UIMap.*;
28
29import org.junit.After;
30import org.junit.Before;
31import org.junit.Ignore;
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) ---

24import static org.junit.Assert.*;
25import static org.openoffice.test.vcl.Tester.*;
26import static testlib.gui.AppTool.*;
27import static testlib.gui.UIMap.*;
28
29import org.junit.After;
30import org.junit.Before;
31import org.junit.Ignore;
32import org.junit.Rule;
32import org.junit.Test;
33import org.junit.Test;
34import org.openoffice.test.common.Logger;
33import org.openoffice.test.common.SystemUtil;
34
35import testlib.gui.AppTool;
36
37public class TableGeneral {
35import org.openoffice.test.common.SystemUtil;
36
37import testlib.gui.AppTool;
38
39public class TableGeneral {
40
41 @Rule
42 public Logger log = Logger.getLogger(this);
38
39 @Before
40 public void setUp() throws Exception {
41 // Start OpenOffice
42 app.start();
43
44 AppTool.newTextDocument();
45 // Insert a table

--- 478 unchanged lines hidden ---
43
44 @Before
45 public void setUp() throws Exception {
46 // Start OpenOffice
47 app.start();
48
49 AppTool.newTextDocument();
50 // Insert a table

--- 478 unchanged lines hidden ---