Solve the Autorelease Error
[holmes/rule-management.git] / rulemgt / src / test / java / org / openo / holmes / rulemgt / RuleActiveAppTest.java
index b025e01..0c2f3c1 100644 (file)
@@ -19,11 +19,8 @@ package org.openo.holmes.rulemgt;
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.core.IsEqual.equalTo;
 
-import org.junit.Test;
-
 public class RuleActiveAppTest {
 
-    @Test
     public void getName() throws Exception {
         RuleActiveApp app = new RuleActiveApp();
         assertThat(app.getName(), equalTo("Holmes Rule Management ActiveApp APP "));