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

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

41import testlib.gui.AppTool;
42import testlib.gui.SCTool;
43
44/**
45 * Test Data->Sort dialog setting
46 */
47public class SortDialogSetting {
48
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

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

41import testlib.gui.AppTool;
42import testlib.gui.SCTool;
43
44/**
45 * Test Data->Sort dialog setting
46 */
47public class SortDialogSetting {
48
49 @Rule
50 public Logger log = Logger.getLogger(this);
51
49 @Before
50 public void setUp() throws Exception {
51 app.start(true);
52 AppTool.newSpreadsheet();
53 }
54
55 @After
56 public void tearDown() throws Exception {

--- 807 unchanged lines hidden ---
52 @Before
53 public void setUp() throws Exception {
54 app.start(true);
55 AppTool.newSpreadsheet();
56 }
57
58 @After
59 public void tearDown() throws Exception {

--- 807 unchanged lines hidden ---