/**
  * Test get primitive parents.
  *
  * @throws Exception the exception
  */
 public void testGetPrimitiveParents() throws Exception {
   Collection<String> primitiveParents =
       testNormalFormHierarchyProvider.getPrimitiveParents(conceptId);
   assertTrue("Must not have primitive parents", primitiveParents.size() == 0);
 }