public void testBatchArtifactReferences() {
   IBatchArtifact b = assertArtifactByNameAndType("batchlet1", BatchArtifactType.BATCHLET);
   assertTextSourceReferences(b.getReferences(), b.getName());
 }