From 19c91789cc04c0e88298f92f212640b0619d743b Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Tue, 15 May 2018 10:18:34 +0200 Subject: [PATCH] Remove empty test class. Signed-off-by: Kai Hudalla --- .../eclipse/hono/tests/command/CommandIT.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 tests/src/test/java/org/eclipse/hono/tests/command/CommandIT.java diff --git a/tests/src/test/java/org/eclipse/hono/tests/command/CommandIT.java b/tests/src/test/java/org/eclipse/hono/tests/command/CommandIT.java deleted file mode 100644 index 9254689b8c..0000000000 --- a/tests/src/test/java/org/eclipse/hono/tests/command/CommandIT.java +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Copyright (c) 2018 Contributors to the Eclipse Foundation - * - * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 1.0 which is available at - * https://www.eclipse.org/legal/epl-v10.html - * - * SPDX-License-Identifier: EPL-1.0 - */ - -package org.eclipse.hono.tests.command; - -import io.vertx.ext.unit.junit.VertxUnitRunner; -import org.junit.runner.RunWith; - -/** - * Integration tests for send commands to an adapter. - * - */ -@RunWith(VertxUnitRunner.class) -public class CommandIT { - -}