diff --git a/util/src/test/java/MainTest.java b/boot/src/test/java/com/zfoo/boot/MainTest.java similarity index 96% rename from util/src/test/java/MainTest.java rename to boot/src/test/java/com/zfoo/boot/MainTest.java index 5229da0a..c03d5538 100644 --- a/util/src/test/java/MainTest.java +++ b/boot/src/test/java/com/zfoo/boot/MainTest.java @@ -1,6 +1,5 @@ /* * Copyright (C) 2020 The zfoo Authors - * * 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 * @@ -11,15 +10,15 @@ * See the License for the specific language governing permissions and limitations under the License. */ +package com.zfoo.boot; + import com.zfoo.protocol.util.StringUtils; -import org.junit.Ignore; import org.junit.Test; /** * @author godotg * @version 3.0 */ -@Ignore public class MainTest { @Test