revert the changes
[so.git] / bpmn / MSOCommonBPMN / src / test / java / org / onap / so / client / exception / ExceptionBuilderTest.java
index f6d3aa2..2e25449 100644 (file)
@@ -32,13 +32,8 @@ public class ExceptionBuilderTest extends BaseTest {
        private static final String RESOURCE_PATH = "__files/";
        private static final String VALID_ERROR_MESSAGE = "{test error message}";
 
-//TODO: To be deleted, apologies really going ahead with a crude method will correct it asap...
-       @Test
-       public void testDummy() {
-           assertTrue(true);
-        }
 
-       /*@Test
+       @Test
        public void buildAndThrowWorkflowExceptionTest() {
                try {
                        ExceptionBuilder exceptionBuilder = new ExceptionBuilder();
@@ -78,5 +73,5 @@ public class ExceptionBuilderTest extends BaseTest {
                } catch (BpmnError bpmnException){
                        assertEquals("MSOWorkflowException", bpmnException.getErrorCode());
                }
-       }*/
+       }
 }