Merge "Added the link to the architecture documentation"
[portal.git] / ecomp-portal-BE-common / src / test / java / org / onap / portalapp / portal / transport / CentralRoleTest.java
index 1c40be4..e019ae2 100644 (file)
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 package org.onap.portalapp.portal.transport;
 
@@ -79,7 +79,7 @@ public class CentralRoleTest {
                assertEquals(centralV2Role.getModifiedId(), new Long(1));
                assertEquals(centralV2Role.getRowNum(), new Long(1));
                assertEquals(centralV2Role.getName(), "test");
-               assertEquals(centralV2Role.isActive(), false);
+               assertEquals(centralV2Role.getActive(), false);
                assertEquals(centralV2Role.getCreated(), null);
                assertEquals(centralV2Role.getModified(), null);
                assertEquals(centralV2Role.getRoleFunctions(), null);