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

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

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

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

32import org.junit.Test;
33import org.openoffice.test.common.Logger;
34
35import testlib.gui.AppTool;
36import testlib.gui.SCTool;
37
38public class ValidityDialogSetting {
39
40 @Rule
41 public Logger log = Logger.getLogger(this);
42
40 @Before
41 public void setUp() throws Exception {
42 app.start(true);
43 AppTool.newSpreadsheet();
44 SCTool.selectRange("A1:C5");
45 app.dispatch(".uno:Validation");
46 }
47

--- 582 unchanged lines hidden ---
43 @Before
44 public void setUp() throws Exception {
45 app.start(true);
46 AppTool.newSpreadsheet();
47 SCTool.selectRange("A1:C5");
48 app.dispatch(".uno:Validation");
49 }
50

--- 582 unchanged lines hidden ---