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

34/**
35 * Before running the testing class, you need specify the AOO location firstly
36 * with system property openoffice.home.
37 *
38 *
39 */
40
41public class Sheets {
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) ---

34/**
35 * Before running the testing class, you need specify the AOO location firstly
36 * with system property openoffice.home.
37 *
38 *
39 */
40
41public class Sheets {
42
43 @Rule
44 public Logger log = Logger.getLogger(this);
42
43 @Before
44 public void setUp() throws Exception {
45 app.start(true);
46 AppTool.newSpreadsheet();
47 }
48
49 @After

--- 50 unchanged lines hidden ---
45
46 @Before
47 public void setUp() throws Exception {
48 app.start(true);
49 AppTool.newSpreadsheet();
50 }
51
52 @After

--- 50 unchanged lines hidden ---