From 6b9d89e0136baaa82dbf72da3899c579faa29877 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 10 May 2021 14:34:30 -0300 Subject: [PATCH] test: remove AbstractRemoveAndReAddTest --- .../AbstractRemoveAndReAddTest.java | 29 ------------------- .../integration/RemoveAndReAddTestIT.java | 6 +++- 2 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/AbstractRemoveAndReAddTest.java diff --git a/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/AbstractRemoveAndReAddTest.java b/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/AbstractRemoveAndReAddTest.java deleted file mode 100644 index 791e71d..0000000 --- a/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/AbstractRemoveAndReAddTest.java +++ /dev/null @@ -1,29 +0,0 @@ -/*- - * #%L - * ChipField Addon - * %% - * Copyright (C) 2018 - 2021 Flowing Code - * %% - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * #L% - */ -package com.flowingcode.vaadin.addons.chipfield.integration; - -import com.flowingcode.vaadin.addons.chipfield.integration.rpc.HasRpcSupport; - -public abstract class AbstractRemoveAndReAddTest extends AbstractViewTest implements HasRpcSupport { - - protected AbstractRemoveAndReAddTest() { - super("remove-add-test"); - } -} diff --git a/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/RemoveAndReAddTestIT.java b/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/RemoveAndReAddTestIT.java index 6dc91b3..0841934 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/RemoveAndReAddTestIT.java +++ b/src/test/java/com/flowingcode/vaadin/addons/chipfield/integration/RemoveAndReAddTestIT.java @@ -32,7 +32,11 @@ * * @see https://github.com/FlowingCode/ChipFieldAddon/issues/33 */ -public class RemoveAndReAddTestIT extends AbstractRemoveAndReAddTest { +public class RemoveAndReAddTestIT extends AbstractViewTest { + + public RemoveAndReAddTestIT() { + super("remove-add-test"); + } @Test public void toggleChipField() {