Add msb register code
[holmes/rule-management.git] / rulemgt / src / test / java / org / openo / holmes / rulemgt / bolt / enginebolt / EngineWrapperTest.java
index f672415..8d25d6a 100644 (file)
@@ -165,7 +165,7 @@ public class EngineWrapperTest {
     }\r
 \r
     @Test\r
-    public void checkRuleFromEngine_invoke_rule_delete_exception() throws Exception {\r
+    public void checkRuleFromEngine_rule_delete_exception() throws Exception {\r
         thrown.expect(CorrelationException.class);\r
         thrown.expectMessage(I18nProxy.RULE_MANAGEMENT_CALL_CHECK_RULE_REST_FAILED);\r
 \r
@@ -179,7 +179,7 @@ public class EngineWrapperTest {
     }\r
 \r
     @Test\r
-    public void checkRuleFromEngine_http_status_not_ok() throws Exception {\r
+    public void checkRuleFromEngine_http_status_not_200() throws Exception {\r
         thrown.expect(CorrelationException.class);\r
         thrown.expectMessage(I18nProxy.RULE_MANAGEMENT_CHECK_NO_PASS);\r
 \r