summaryrefslogtreecommitdiffstats
path: root/rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2017-02-22 15:29:50 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2017-02-22 15:29:50 +0800
commita3cca480ef4e71cfbc9f70ccb7071c359d119225 (patch)
tree45a4d424c50676d2a2c1ec3771ad47decd5c3bfa /rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java
parente06a9a3d99ce327336f9d79a3843791bcb342369 (diff)
Solve the Autorelease Error
Change-Id: If03502f4c087fd2bde72faf8f9930105f6b632d7 Issue-ID: HOLMES-46 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java')
-rw-r--r--rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java b/rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java
index b025e01..0c2f3c1 100644
--- a/rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java
+++ b/rulemgt/src/test/java/org/openo/holmes/rulemgt/RuleActiveAppTest.java
@@ -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 "));