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

34import org.junit.Test;
35import org.openoffice.test.common.Logger;
36
37import testlib.gui.SCTool;
38
39
40public class SubtotalsFunctions {
41
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) ---

34import org.junit.Test;
35import org.openoffice.test.common.Logger;
36
37import testlib.gui.SCTool;
38
39
40public class SubtotalsFunctions {
41
42 @Rule
43 public Logger log = Logger.getLogger(this);
44
42 @Before
43 public void setUp() throws Exception {
44 app.start(true);
45 String file = prepareData("sc/SubtotalsSampleFile.ods");
46 open(file);
47 SCTool.selectRange("A1:E7");
48 app.dispatch(".uno:DataSubTotals");
49 }

--- 292 unchanged lines hidden ---
45 @Before
46 public void setUp() throws Exception {
47 app.start(true);
48 String file = prepareData("sc/SubtotalsSampleFile.ods");
49 open(file);
50 SCTool.selectRange("A1:E7");
51 app.dispatch(".uno:DataSubTotals");
52 }

--- 292 unchanged lines hidden ---