Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 31, 2011
1 parent c427f87 commit 776fef8
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -38,9 +38,6 @@
import org.junit.Before;
import org.junit.Test;

/**
* ,
*/
public class NodeServiceTest extends AbstractDatabaseTest {

protected INodeService nodeService;
Expand Down Expand Up @@ -122,7 +119,7 @@ public void testIsNodeAuthorized() throws Exception {

@Test
public void testFindIdentity() throws Exception {
Node node = nodeService.findIdentity();
Node node = nodeService.findIdentity(false);
assertEquals(node.getNodeId(), "00000", "Wrong nodeId");
assertEquals(node.getNodeGroupId(), TestConstants.TEST_ROOT_NODE_GROUP, "Wrong node group id");
assertEquals(node.getExternalId(), TestConstants.TEST_ROOT_EXTERNAL_ID, "Wrong external id");
Expand Down

0 comments on commit 776fef8

Please sign in to comment.