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

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

31import org.junit.Test;
32import org.openoffice.test.common.Logger;
33
34import testlib.gui.AppTool;
35import testlib.gui.SCTool;
36
37public class ValidityDateSupport1024Columns {
38
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

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

31import org.junit.Test;
32import org.openoffice.test.common.Logger;
33
34import testlib.gui.AppTool;
35import testlib.gui.SCTool;
36
37public class ValidityDateSupport1024Columns {
38
39
39 @Rule
40 public Logger log = Logger.getLogger(this);
41
40 @Before
41 public void setUp() throws Exception {
42 app.start(true);
43 AppTool.newSpreadsheet();
44 }
45
46 @After
47 public void tearDown() throws Exception {

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

--- 47 unchanged lines hidden ---