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

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

28import org.junit.Before;
29import org.junit.Rule;
30import org.junit.Test;
31import org.openoffice.test.common.Logger;
32
33import testlib.gui.AppTool;
34
35public class TableBackgroundProperty {
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

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

28import org.junit.Before;
29import org.junit.Rule;
30import org.junit.Test;
31import org.openoffice.test.common.Logger;
32
33import testlib.gui.AppTool;
34
35public class TableBackgroundProperty {
36 @Rule
37 public Logger log = Logger.getLogger(this);
36
37 @Before
38 public void setUp() throws Exception {
39 app.start();
40 }
41
42 @After
43 public void tearDown() throws Exception {

--- 64 unchanged lines hidden ---
38
39 @Before
40 public void setUp() throws Exception {
41 app.start();
42 }
43
44 @After
45 public void tearDown() throws Exception {

--- 64 unchanged lines hidden ---