Initial Interface for remote Configuration
[aaf/authz.git] / auth / auth-batch / src / test / java / org / onap / aaf / auth / test / JU_BatchPrincipal.java
index cc30890..e3cd359 100644 (file)
@@ -41,8 +41,8 @@ public class JU_BatchPrincipal {
        @Test
        public void testBatchPrincipal() {
                bPrincipal = new BatchPrincipal("name");
-               bPrincipal.getName();
-               Assert.assertEquals("Batch", bPrincipal.tag());
+               Assert.assertEquals("batch:name", bPrincipal.getName());
+               Assert.assertEquals("Btch", bPrincipal.tag());
        }
 
 }